remove a random reference to subtarget. Even without this, we

still get "intel syntax" instructions from llc with  
-x86-asm-syntax=intel

llvm-svn: 78103
This commit is contained in:
Chris Lattner 2009-08-04 21:12:08 +00:00
parent 648590849c
commit ab57a6c861

View File

@ -29,8 +29,6 @@ extern "C" void LLVMInitializeX86Target() {
}
const TargetAsmInfo *X86TargetMachine::createTargetAsmInfo() const {
if (Subtarget.isFlavorIntel())
return new X86WinTargetAsmInfo(*this);
switch (Subtarget.TargetType) {
default: llvm_unreachable("unknown subtarget type");
case X86Subtarget::isDarwin: