aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-11-30 08:10:28 +0000
committerEric Christopher <echristo@apple.com>2010-11-30 08:10:28 +0000
commit82be220092cfb9d432c5a6da1bd5e8c56dc21d4d (patch)
tree2e79bc5baa56a001ea258e6399a89ddb97654428 /lib/Target/X86/X86ISelLowering.h
parentef4a68badbde372faac9ca47efb9001def57a43d (diff)
downloadexternal_llvm-82be220092cfb9d432c5a6da1bd5e8c56dc21d4d.zip
external_llvm-82be220092cfb9d432c5a6da1bd5e8c56dc21d4d.tar.gz
external_llvm-82be220092cfb9d432c5a6da1bd5e8c56dc21d4d.tar.bz2
Fix some cleanups from my last patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 6d78d96..b521702 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -824,8 +824,8 @@ namespace llvm {
/// 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;
+ MachineBasicBlock *EmitMonitor(MachineInstr *MI,
+ MachineBasicBlock *BB) const;
MachineBasicBlock *EmitMwait(MachineInstr *MI, MachineBasicBlock *BB) const;
/// Utility function to emit atomic bitwise operations (and, or, xor).