[llvm-commits] [llvm] r77740 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp test/CodeGen/X86/2009-04-17-tls-fast.ll test/CodeGen/X86/tls1-pic.ll test/CodeGen/X86/tls2-pic.ll test/CodeGen/X86/tls3-pic.ll test/CodeGen/X86/tls4-pic.ll utils/TableGen/AsmWriterEmitter.cpp
David Greene
dag at cray.com
Mon Aug 3 16:36:50 PDT 2009
On Monday 03 August 2009 17:11, David Greene wrote:
>
> AsmWriterEmitter no longer emits tabs into the AsmStrs because of this. So
> you're right, all this ugly complexity can go away. Hmm...except this
> probably doesn't work for "pd" suffixed mnemonics as I pointed out earlier.
> So there's a bug here. I'll figure that out.
I've got a fix for this and a cleanup to boot. Testing now, will apply
probably tomorrow.
-Dave
More information about the llvm-commits
mailing list