projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8481138
)
remove extraneous hack.
author
Chris Lattner
<sabre@nondot.org>
Thu, 3 Sep 2009 05:54:00 +0000
(
05:54
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 3 Sep 2009 05:54:00 +0000
(
05:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80893
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
b/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
index e0a3205c44a95122d13c1fc6182023fd8e74730a..11813de0e6088a084fefa523051186b3e38de554 100644
(file)
--- a/
lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
+++ b/
lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
@@
-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.