[llvm-commits] [llvm] r88902 - /llvm/trunk/lib/VMCore/AsmWriter.cpp
David Greene
dag at cray.com
Mon Nov 16 07:17:09 PST 2009
On Monday 16 November 2009 01:10, Evan Cheng wrote:
> Author: evancheng
> Date: Mon Nov 16 01:10:36 2009
> New Revision: 88902
>
> URL: http://llvm.org/viewvc/llvm-project?rev=88902&view=rev
> Log:
> Special case FixedStackPseudoSourceValueVal as well. Do we really need to
> differentiate PseudoSourceValueVal from FixedStackPseudoSourceValueVal at
> this level?
Yes. The asm printer uses it to emit comments about spills.
-Dave
More information about the llvm-commits
mailing list