Allow virtreg redefines when verifying for RegAllocFast
[oota-llvm.git] / lib / CodeGen / RegAllocFast.cpp
index db6c7096e3234b689e214d3f8cab37c32930bf32..c7f60ccea305a32513e8f036465874109ae9021e 100644 (file)
@@ -782,7 +782,7 @@ bool RAFast::runOnMachineFunction(MachineFunction &Fn) {
                << "********** Function: "
                << ((Value*)Fn.getFunction())->getName() << '\n');
   if (VerifyFastRegalloc)
-    Fn.verify();
+    Fn.verify(this, true);
   MF = &Fn;
   MRI = &MF->getRegInfo();
   TM = &Fn.getTarget();