mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
remove extraneous hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
848113833f
commit
1fe02ffbec
@ -440,8 +440,6 @@ void X86IntelAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
|
||||
bool X86IntelAsmPrinter::doInitialization(Module &M) {
|
||||
bool Result = AsmPrinter::doInitialization(M);
|
||||
|
||||
Mang->markCharUnacceptable('.');
|
||||
|
||||
O << "\t.686\n\t.MMX\n\t.XMM\n\t.model flat\n\n";
|
||||
|
||||
// Emit declarations for external functions.
|
||||
|
Loading…
Reference in New Issue
Block a user