summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARC
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2018-09-10 17:09:09 +0000
committerTatyana Krasnukha <tatyana@synopsys.com>2018-09-10 17:09:09 +0000
commit34f069f987d52312911d5ec2e193db49a9ace9bc (patch)
tree0161fe922bdeb1da0ab80e132d58e615ca8ea88a /llvm/lib/Target/ARC
parent20cbe6f319d35ba30dfa67f9537e81032a5fb9ca (diff)
downloadbcm5719-llvm-34f069f987d52312911d5ec2e193db49a9ace9bc.tar.gz
bcm5719-llvm-34f069f987d52312911d5ec2e193db49a9ace9bc.zip
[ARC] Fix macro usage (DEBUG -> LLVM_DEBUG)
llvm-svn: 341844
Diffstat (limited to 'llvm/lib/Target/ARC')
-rw-r--r--llvm/lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp b/llvm/lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp
index f0625800ccc..9c820c2fc59 100644
--- a/llvm/lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp
+++ b/llvm/lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp
@@ -30,7 +30,7 @@ using namespace llvm;
template <class T>
static const char *BadConditionCode(T cc) {
- DEBUG(dbgs() << "Unknown condition code passed: " << cc << "\n");
+ LLVM_DEBUG(dbgs() << "Unknown condition code passed: " << cc << "\n");
return "{unknown-cc}";
}
OpenPOWER on IntegriCloud