[PATCH] D38730: X86: Fix X86CallFrameOptimization to search for the COPY StackPointer
Zvi Rackover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 00:39:06 PDT 2017
zvi added inline comments.
================
Comment at: lib/Target/X86/X86CallFrameOptimization.cpp:382
+ break;
}
----------------
DavidKreitzer wrote:
> The indentation is off here, which is particularly confusing since the closing brace is aligned with the 'for'.
>
Good catch. Will fix at commit-time.
Repository:
rL LLVM
https://reviews.llvm.org/D38730
More information about the llvm-commits
mailing list