[LLVMdev] minor X86IntelAsmPrinter bug
Chris Lattner
sabre at nondot.org
Sun Jul 3 11:06:44 PDT 2005
On Sun, 3 Jul 2005, Aaron Gray wrote:
> A possible minor bug in lib/Target/X86/X86IntelAsmPrinter.cpp
>
> X86IntelAsmPrinter::doInitialization is calling
> AsmPrinter::doInitialization() not
> X86SharedAsmPrinter::doInitialization()
>
> Supprised I did not spot it earlier.
Fixed. FWIW, for minor issues like this, it is probably better to email
the llvmbugs list.
Thanks for the fix!
-Chris
--
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/
More information about the llvm-dev
mailing list