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 | 517abb44a2c390e7e321cf38a316948b57358a5f (patch) | |
| tree | 9cfe23d4ebb7f663db95e9fc726c89db9401fbe3 | |
| parent | cac38900f1de46e97c594c543d899d17737d851a (diff) | |
| download | bcm5719-llvm-517abb44a2c390e7e321cf38a316948b57358a5f.tar.gz bcm5719-llvm-517abb44a2c390e7e321cf38a316948b57358a5f.zip | |
Move the asmprinter and MC lowering out of the AsmPrinter (soon to be
InstPrinter) subdir
llvm-svn: 115363
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp (renamed from llvm/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp) | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430MCInstLower.cpp (renamed from llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp) | 0 | ||||
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430MCInstLower.h (renamed from llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp b/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp index 56f72bbc147..4cd96698c2f 100644 --- a/llvm/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp +++ b/llvm/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/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp b/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp index d1d9a115863..d1d9a115863 100644 --- a/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp +++ b/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp diff --git a/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h b/llvm/lib/Target/MSP430/MSP430MCInstLower.h index e937696406f..e937696406f 100644 --- a/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h +++ b/llvm/lib/Target/MSP430/MSP430MCInstLower.h |

