[PATCH] Add a "probe-stack" attribute
John Kåre Alsaker
john.mailinglists at gmail.com
Wed Aug 6 12:12:15 PDT 2014
This is originally 4 commits: https://github.com/Zoxc/llvm/compare/llvm-mirror:master...stprobe
================
Comment at: lib/Target/X86/X86FrameLowering.cpp:752
@@ +751,3 @@
+ if (isRegAccAlive) {
+ // Restore RegAcc
+ auto MIB = BuildMI(MF, DL,
----------------
Reid Kleckner wrote:
> Should be 2 space indentation
The original code has 4 space indentation here. Don't blame me.
http://reviews.llvm.org/D4717
More information about the llvm-commits
mailing list