mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Fix a build error and change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Operator.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <map>
|
||||
@@ -763,7 +764,7 @@ public:
|
||||
}
|
||||
|
||||
void dump() const {
|
||||
DEBUG(errs() << "Constant.cpp: ConstantUniqueMap\n");
|
||||
DEBUG(dbgs() << "Constant.cpp: ConstantUniqueMap\n");
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user