Disable debugging printing code.
This commit is contained in:
2
opt.cpp
2
opt.cpp
@@ -3854,7 +3854,7 @@ GatherCoalescePass::runOnBasicBlock(llvm::BasicBlock &bb) {
|
|||||||
bool ok = lGetSourcePosFromMetadata(fwdCall, &fwdPos);
|
bool ok = lGetSourcePosFromMetadata(fwdCall, &fwdPos);
|
||||||
Assert(ok);
|
Assert(ok);
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
if (base != fwdCall->getArgOperand(0)) {
|
if (base != fwdCall->getArgOperand(0)) {
|
||||||
Debug(fwdPos, "base pointers mismatch");
|
Debug(fwdPos, "base pointers mismatch");
|
||||||
base->dump();
|
base->dump();
|
||||||
|
|||||||
Reference in New Issue
Block a user