mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Try to fix the build in MCValue.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228256 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd59cd48d5
commit
6d3ceb23c7
@ -39,7 +39,7 @@ void MCValue::print(raw_ostream &OS) const {
|
||||
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
void MCValue::dump() const {
|
||||
print(dbgs(), nullptr);
|
||||
print(dbgs());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user