[llvm-commits] CVS: llvm/lib/Target/X86/X86IntelAsmPrinter.cpp
Chris Lattner
clattner at apple.com
Fri Apr 20 15:44:42 PDT 2007
> Comment out usage of write() for now.
Thanks Jeff!
-Chris
> ---
> Diffs of the changes: (+0 -4)
>
> X86IntelAsmPrinter.cpp | 4 ----
> 1 files changed, 4 deletions(-)
>
>
> Index: llvm/lib/Target/X86/X86IntelAsmPrinter.cpp
> diff -u llvm/lib/Target/X86/X86IntelAsmPrinter.cpp:1.71 llvm/lib/
> Target/X86/X86IntelAsmPrinter.cpp:1.72
> --- llvm/lib/Target/X86/X86IntelAsmPrinter.cpp:1.71 Thu Apr 19
> 19:33:54 2007
> +++ llvm/lib/Target/X86/X86IntelAsmPrinter.cpp Fri Apr 20 17:40:10
> 2007
> @@ -355,10 +355,6 @@
> if (I->hasDLLImportLinkage()) {
> O << "__imp_";
> }
> - // Microsoft sticks an extra _ in front of "_write" (whether
> LLVM should
> - // hard-code usage of a Unix API is another question).
> - if (Name == "_write")
> - Name = "__write";
> O << Name << ":near\n";
> }
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list