mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-05 18:28:29 +00:00
Make the release build work
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2109 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa06d2c103
commit
6a6931e287
@ -94,11 +94,9 @@ User *Value::use_remove(use_iterator &I) {
|
||||
return i;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG // Only in -g mode...
|
||||
void Value::dump() const {
|
||||
cerr << this;
|
||||
}
|
||||
#endif
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// User Class
|
||||
|
Loading…
Reference in New Issue
Block a user