Shut up the warning.
authorJim Laskey <jlaskey@mac.com>
Fri, 10 Nov 2006 14:44:12 +0000 (14:44 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 10 Nov 2006 14:44:12 +0000 (14:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31635 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 94a51c09f5ed4a0c033e881b382b84b17c1527df..06d8f3acbf05308dbe172a3a41798df8eb62f791 100644 (file)
@@ -180,7 +180,7 @@ public:
     assert(isRegister() && "Wrong MachineOperand accessor");
     return IsImp;
   }
-  bool setImplicit() { 
+  void setImplicit() { 
     assert(isRegister() && "Wrong MachineOperand accessor");
     IsImp = true;
   }