aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 22:45:38 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 22:45:38 +0000
commit6314ef9e8100c889956bd26ba71cc04e06564568 (patch)
treeef0d085e610df701719587151d31fca5b3529bd3
parent7f271fc8dd8ed1fa2a8cee7f0ffaa2d23bc5c5fa (diff)
Move the asmprinter and MC lowering out of the AsmPrinter (soon to be
InstPrinter) subdir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115363 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/MSP430/MSP430AsmPrinter.cpp (renamed from lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp)2
-rw-r--r--lib/Target/MSP430/MSP430MCInstLower.cpp (renamed from lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp)0
-rw-r--r--lib/Target/MSP430/MSP430MCInstLower.h (renamed from lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp b/lib/Target/MSP430/MSP430AsmPrinter.cpp
index 56f72bbc14..4cd96698c2 100644
--- a/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
+++ b/lib/Target/MSP430/MSP430AsmPrinter.cpp
@@ -15,7 +15,7 @@
#define DEBUG_TYPE "asm-printer"
#include "MSP430.h"
#include "MSP430InstrInfo.h"
-#include "MSP430InstPrinter.h"
+#include "AsmPrinter/MSP430InstPrinter.h"
#include "MSP430MCAsmInfo.h"
#include "MSP430MCInstLower.h"
#include "MSP430TargetMachine.h"
diff --git a/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp b/lib/Target/MSP430/MSP430MCInstLower.cpp
index d1d9a11586..d1d9a11586 100644
--- a/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp
+++ b/lib/Target/MSP430/MSP430MCInstLower.cpp
diff --git a/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h b/lib/Target/MSP430/MSP430MCInstLower.h
index e937696406..e937696406 100644
--- a/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h
+++ b/lib/Target/MSP430/MSP430MCInstLower.h