compnerd added a comment.

It would be nice if we had a test case added for this, but, seems correct to me.



================
Comment at: src/DwarfInstructions.hpp:195
         }
+        else if (i == (int)cieInfo.returnAddressRegister)
+          returnAddress = registers.getRegister(i);
----------------
I think that we should stick to LLVM style (coddled braces) and use C++ style 
casts.


Repository:
  rUNW libunwind

https://reviews.llvm.org/D46971



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to