aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-15 05:19:05 +0000
committerChris Lattner <sabre@nondot.org>2010-11-15 05:19:05 +0000
commit2ac190238e88b21e716e2853900b5076c9013410 (patch)
tree96d31431369e0b53130604939ace6898f13b505d /lib/Target/MBlaze
parent513dbf1af06d0bc530dd6f17da320d2fb40b3a28 (diff)
downloadexternal_llvm-2ac190238e88b21e716e2853900b5076c9013410.zip
external_llvm-2ac190238e88b21e716e2853900b5076c9013410.tar.gz
external_llvm-2ac190238e88b21e716e2853900b5076c9013410.tar.bz2
add fields to the .td files unconditionally, simplifying tblgen a bit.
Switch the ARM backend to use 'let' instead of 'set' with this change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze')
-rw-r--r--lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp b/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp
index adbec06..19dc89b 100644
--- a/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp
+++ b/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "mblaze-emitter"
+#define DEBUG_TYPE "mccodeemitter"
#include "MBlaze.h"
#include "MBlazeInstrInfo.h"
#include "MBlazeFixupKinds.h"