[PATCH] D38730: X86: Fix X86CallFrameOptimization to search for the COPY StackPointer

David Kreitzer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 19:30:19 PDT 2017


DavidKreitzer added a comment.

Just one minor suggestion. Otherwise, this LGTM also.



================
Comment at: lib/Target/X86/X86CallFrameOptimization.cpp:382
+      break;
   }
 
----------------
The indentation is off here, which is particularly confusing since the closing brace is aligned with the 'for'.



https://reviews.llvm.org/D38730





More information about the llvm-commits mailing list