Disable debugging printing code.

This commit is contained in:
Matt Pharr
2012-03-05 09:20:59 -08:00
parent ff5cbe80d1
commit 8fdf84de04

View File

@@ -3854,7 +3854,7 @@ GatherCoalescePass::runOnBasicBlock(llvm::BasicBlock &bb) {
bool ok = lGetSourcePosFromMetadata(fwdCall, &fwdPos);
Assert(ok);
#if 1
#if 0
if (base != fwdCall->getArgOperand(0)) {
Debug(fwdPos, "base pointers mismatch");
base->dump();