[FastISel]
[oota-llvm.git] / include / llvm / CodeGen / FastISel.h
index b0503f0391fedc4f7422a17486857d78e26b8dac..ed370c3e67cbfef3e1a930dda7c32bf8fde7f0f3 100644 (file)
@@ -525,7 +525,7 @@ protected:
   bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
 
   /// Test whether the given value has exactly one use.
-  bool hasTrivialKill(const Value *V) const;
+  bool hasTrivialKill(const Value *V);
 
   /// \brief Create a machine mem operand from the given instruction.
   MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;