diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-01 22:45:38 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-01 22:45:38 +0000 |
commit | 6314ef9e8100c889956bd26ba71cc04e06564568 (patch) | |
tree | ef0d085e610df701719587151d31fca5b3529bd3 /lib/Target/MSP430 | |
parent | 7f271fc8dd8ed1fa2a8cee7f0ffaa2d23bc5c5fa (diff) | |
download | external_llvm-6314ef9e8100c889956bd26ba71cc04e06564568.zip external_llvm-6314ef9e8100c889956bd26ba71cc04e06564568.tar.gz external_llvm-6314ef9e8100c889956bd26ba71cc04e06564568.tar.bz2 |
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
Diffstat (limited to 'lib/Target/MSP430')
-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 56f72bb..4cd9669 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 d1d9a11..d1d9a11 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 e937696..e937696 100644 --- a/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h +++ b/lib/Target/MSP430/MSP430MCInstLower.h |