[llvm-commits] [llvm] r82075 - in /llvm/trunk: include/llvm/Metadata.h lib/VMCore/AsmWriter.cpp lib/VMCore/Metadata.cpp

Devang Patel devang.patel at gmail.com
Mon Sep 28 13:56:36 PDT 2009


On Sun, Sep 27, 2009 at 3:38 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 16, 2009, at 1:21 PM, Devang Patel wrote:
>
>> Author: dpatel
>> Date: Wed Sep 16 15:21:17 2009
>> New Revision: 82075
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=82075&view=rev
>> Log:
>> Print debug info attached with an instruction.
>
> Again, debug info should not be special here.  Instead of the name
> 'dbg' being hard coded, this should just iterate over all metadata
> attached to an instruction, and ask the "Metadata" class (which still
> really needs to be renamed) what the spelling of the MDKind is.

Done.
-
Devang




More information about the llvm-commits mailing list