factorize more darwin TAI stuff. Note that this gives
[oota-llvm.git] / lib / Target / MSP430 / MSP430TargetAsmInfo.cpp
index ab181de13f94d4bc3659e3ef566bffc064306bc9..1aae9f259d1fbdca1d063b8f115a28aad642e63f 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "MSP430TargetAsmInfo.h"
-#include "MSP430TargetMachine.h"
-
 using namespace llvm;
 
-MSP430TargetAsmInfo::MSP430TargetAsmInfo(const MSP430TargetMachine &TM)
-  : ELFTargetAsmInfo(TM) {
+MSP430TargetAsmInfo::MSP430TargetAsmInfo() {
   AlignmentIsInBytes = false;
 }