[PATCH] D17294: Fix for PR 26500

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 20 06:59:19 PST 2016


hfinkel added a comment.

I think we've converged; please update the comment as Kit has suggested, and commit this.


================
Comment at: lib/Target/PowerPC/PPCFrameLowering.cpp:599
@@ -589,1 +598,3 @@
+  // If the two registers are available, we're all good.
+  if (!RS.isRegUsed(R0) && !RS.isRegUsed(R12))
     return true;
----------------
Okay, a comment here to that effect would be useful.


Repository:
  rL LLVM

http://reviews.llvm.org/D17294





More information about the llvm-commits mailing list