summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430AsmPrinter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 22:57:18 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 22:57:18 +0000
commit7722980950cede2f54150f171a3c01bb3f1089bf (patch)
tree0139e360fc6359648fac5bc8002c9439d6c03d0d /lib/Target/MSP430/MSP430AsmPrinter.cpp
parent055028215d53759a46fcc61fe95cda4a4bdf3a35 (diff)
downloadllvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.gz
llvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.bz2
llvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.xz
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
'InstPrinter' to fall into line with the other MC-ized assembly printer using targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430AsmPrinter.cpp')
-rw-r--r--lib/Target/MSP430/MSP430AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSP430/MSP430AsmPrinter.cpp b/lib/Target/MSP430/MSP430AsmPrinter.cpp
index 4cd96698c2..cc2cf67333 100644
--- a/lib/Target/MSP430/MSP430AsmPrinter.cpp
+++ b/lib/Target/MSP430/MSP430AsmPrinter.cpp
@@ -15,7 +15,7 @@
#define DEBUG_TYPE "asm-printer"
#include "MSP430.h"
#include "MSP430InstrInfo.h"
-#include "AsmPrinter/MSP430InstPrinter.h"
+#include "InstPrinter/MSP430InstPrinter.h"
#include "MSP430MCAsmInfo.h"
#include "MSP430MCInstLower.h"
#include "MSP430TargetMachine.h"