summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-11-11 22:45:02 +0000
committerCraig Topper <craig.topper@gmail.com>2012-11-11 22:45:02 +0000
commit2da3691d6d025221c901fe6d9e7e2e77f3c9c2e0 (patch)
tree1d627508a319639111520fc3a9a30f63950f624a /lib/Target/X86/X86ISelLowering.h
parent0c4cbc33ddd648669cddef0876cdbb68cfc209c3 (diff)
downloadllvm-2da3691d6d025221c901fe6d9e7e2e77f3c9c2e0.tar.gz
llvm-2da3691d6d025221c901fe6d9e7e2e77f3c9c2e0.tar.bz2
llvm-2da3691d6d025221c901fe6d9e7e2e77f3c9c2e0.tar.xz
Move some helper methods to being static functions in the implementation file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 6f1c11f2ba..465c6036ad 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -871,12 +871,6 @@ namespace llvm {
const SmallVectorImpl<ISD::OutputArg> &Outs,
LLVMContext &Context) const;
- /// Utility functions to emit monitor and mwait instructions. These
- /// need to make sure that the arguments to the intrinsic are in the
- /// correct registers.
- MachineBasicBlock *EmitMonitor(MachineInstr *MI,
- MachineBasicBlock *BB) const;
-
/// Utility function to emit atomic-load-arith operations (and, or, xor,
/// nand, max, min, umax, umin). It takes the corresponding instruction to
/// expand, the associated machine basic block, and the associated X86
@@ -889,10 +883,6 @@ namespace llvm {
MachineBasicBlock *EmitAtomicLoadArith6432(MachineInstr *MI,
MachineBasicBlock *MBB) const;
- /// Utility function to emit xbegin specifying the start of an RTM region.
- MachineBasicBlock *EmitXBegin(MachineInstr *MI,
- MachineBasicBlock *MBB) const;
-
// Utility function to emit the low-level va_arg code for X86-64.
MachineBasicBlock *EmitVAARG64WithCustomInserter(
MachineInstr *MI,