tidy up
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index 409d13ee3fc5c19edf225c54bab7b2774d84d2e0..5bb453dd50faee222976ef4cb68063927d2cdb06 100644 (file)
@@ -266,7 +266,7 @@ public:
 
   /// verify - Run the current MachineFunction through the machine code
   /// verifier, useful for debugger use.
-  void verify(Pass *p=NULL, bool allowDoubleDefs=false) const;
+  void verify(Pass *p=NULL) const;
 
   // Provide accessors for the MachineBasicBlock list...
   typedef BasicBlockListType::iterator iterator;