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.

llvm-svn: 115367
This commit is contained in:
Jim Grosbach 2010-10-01 22:57:18 +00:00
parent bd6e69368f
commit 111c550dea
6 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -18,7 +18,7 @@ BUILT_SOURCES = MSP430GenRegisterInfo.h.inc MSP430GenRegisterNames.inc \
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
MSP430GenSubtarget.inc
DIRS = AsmPrinter TargetInfo
DIRS = InstPrinter TargetInfo
include $(LEVEL)/Makefile.common