diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-07-10 21:31:42 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-07-10 21:31:42 +0000 |
commit | 50e9111ac3137f09b9b8cc492d7d57b5927aa5e9 (patch) | |
tree | 5426d705e62a3d0fbe04559d63b8ec1739625c6c /lib/Target/X86/X86InstrInfo.h | |
parent | 4c17de983f586bc85e7ee850dc4b6ad5b6e3420a (diff) | |
download | external_llvm-50e9111ac3137f09b9b8cc492d7d57b5927aa5e9.zip external_llvm-50e9111ac3137f09b9b8cc492d7d57b5927aa5e9.tar.gz external_llvm-50e9111ac3137f09b9b8cc492d7d57b5927aa5e9.tar.bz2 |
Undo my brain cramp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.h')
-rw-r--r-- | lib/Target/X86/X86InstrInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h index 23be7016..75f3667 100644 --- a/lib/Target/X86/X86InstrInfo.h +++ b/lib/Target/X86/X86InstrInfo.h @@ -479,12 +479,6 @@ public: /// virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const; - /// findCommutedOpIndices - If specified MI is commutable, return the two - /// operand indices that would swap value. Return true if the instruction - /// is not in a form which this routine understands. - virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, - unsigned &SrcOpIdx2) const; - // Branch analysis. virtual bool isUnpredicatedTerminator(const MachineInstr* MI) const; virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, |