================
Comment at: src/Unwind/Registers.hpp:1549
@@ -1540,3 +1548,3 @@
-inline bool Registers_arm::validFloatRegister(int) const {
+inline bool Registers_arm::validFloatRegister(int regNum) const {
// FIXME: Implement float register support.
----------------
Why add the parameter name? Not having the name suppresses "unused variable"
messages.
http://reviews.llvm.org/D3385
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits