[PATCH] [libcxxabi] replace bzero with memset and add wmmx registers to Registers_arm

kledzik at apple.com kledzik at apple.com
Tue Apr 15 16:52:17 PDT 2014



================
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






More information about the cfe-commits mailing list