summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrInfo.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-09-11 05:33:35 +0000
committerCraig Topper <craig.topper@gmail.com>2016-09-11 05:33:35 +0000
commit69be1bd35249ec2d996e9bac1dc78618ac9d1046 (patch)
tree2ca9b69f8869bbc0052a34f869426cf2f36384f3 /llvm/lib/Target/X86/X86InstrInfo.h
parent11a32043550759e86e7c0538927531c1f8651f12 (diff)
downloadbcm5719-llvm-69be1bd35249ec2d996e9bac1dc78618ac9d1046.tar.gz
bcm5719-llvm-69be1bd35249ec2d996e9bac1dc78618ac9d1046.zip
[X86] Make a helper method into a static function local to the cpp file.
llvm-svn: 281154
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrInfo.h')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.h b/llvm/lib/Target/X86/X86InstrInfo.h
index 8bda16e0901..32519c03cf4 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.h
+++ b/llvm/lib/Target/X86/X86InstrInfo.h
@@ -584,9 +584,6 @@ private:
/// operand and follow operands form a reference to the stack frame.
bool isFrameOperand(const MachineInstr &MI, unsigned int Op,
int &FrameIndex) const;
-
- /// Expand the MOVImmSExti8 pseudo-instructions.
- bool ExpandMOVImmSExti8(MachineInstrBuilder &MIB) const;
};
} // End llvm namespace
OpenPOWER on IntegriCloud