mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-28 15:41:58 +00:00
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:
parent
648590849c
commit
ab57a6c861
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user