diff options
author | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-02-01 16:15:07 +0000 |
---|---|---|
committer | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2015-02-01 16:15:07 +0000 |
commit | e86aa9a8a455f90bf3d6dc567b9e39b2e4510246 (patch) | |
tree | e727b02e6da5596b9d3cce6b6f77155337ae2aa3 /llvm/lib/Target/X86/X86InstrInfo.h | |
parent | e6698d5305a29a186e035ab737931a139d70bcd2 (diff) | |
download | bcm5719-llvm-e86aa9a8a455f90bf3d6dc567b9e39b2e4510246.tar.gz bcm5719-llvm-e86aa9a8a455f90bf3d6dc567b9e39b2e4510246.zip |
Revert r227728 due to bad line endings.
llvm-svn: 227746
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrInfo.h')
-rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.h b/llvm/lib/Target/X86/X86InstrInfo.h index 4d15467f0ca..5662e86932c 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.h +++ b/llvm/lib/Target/X86/X86InstrInfo.h @@ -175,11 +175,6 @@ public: /// const X86RegisterInfo &getRegisterInfo() const { return RI; } - /// getSPAdjust - This returns the stack pointer adjustment made by - /// this instruction. For x86, we need to handle more complex call - /// sequences involving PUSHes. - int getSPAdjust(const MachineInstr *MI) const override; - /// isCoalescableExtInstr - Return true if the instruction is a "coalescable" /// extension instruction. That is, it's like a copy where it's legal for the /// source to overlap the destination. e.g. X86::MOVSX64rr32. If this returns |