mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
[BOLT] Fix no-asserts build
Summary: Only use dump() method under DEBUG() macro. (cherry picked from FBD24666481)
This commit is contained in:
committed by
Maksim Panchenko
parent
6b185cccf4
commit
eb12d719ac
@@ -2152,7 +2152,7 @@ public:
|
||||
Inst.insert(Inst.begin(), MCOperand::createReg(Reg));
|
||||
return;
|
||||
}
|
||||
Inst.dump();
|
||||
DEBUG(Inst.dump());
|
||||
llvm_unreachable("not implemented");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user