Move the asmprinter and MC lowering out of the AsmPrinter (soon to be

InstPrinter) subdir

llvm-svn: 115363
This commit is contained in:
Jim Grosbach 2010-10-01 22:45:38 +00:00
parent cac38900f1
commit 517abb44a2
3 changed files with 1 additions and 1 deletions

View File

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