compnerd accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: src/Registers.hpp:1497
@@ -1479,3 +1496,3 @@
_LIBUNWIND_ABORT("unsupported arm register");
}
----------------
Early returns would be nicer imo.
================
Comment at: src/Registers.hpp:1706
@@ -1683,2 +1705,3 @@
+ _LIBUNWIND_ABORT("Unknown ARM float register");
}
----------------
Early returns would be nicer here as well imo.
http://reviews.llvm.org/D21991
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits