[Lldb-commits] [PATCH] Initial Assembly profiler for mips64

Pavel Labath labath at google.com
Wed Mar 18 03:01:57 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp:435
@@ +434,3 @@
+    /* We are looking for "saved register" being restored from stack */
+    if (!n == 29 || !nonvolatile_reg_p(t))
+        return false;
----------------
I got a warning here. I presume you meant !(n == 29) here. I've fixed it, but please check.

http://reviews.llvm.org/D7696

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list