Fix some cleanups from my last patch.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 6d78d969d3316833b10745d55cb249a51b1da75b..b52170201367dd687bd96e7ea751d16b4b2272fe 100644 (file)
@@ -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).