[llvm-commits] [gcc-plugin] r82144 - in /gcc-plugin/trunk: llvm-convert.cpp llvm-internal.h

Duncan Sands baldrick at free.fr
Thu Sep 17 07:10:21 PDT 2009


> Handle GIMPLE_ASM directly, rather than going via trees.  Unfortunately we
> still need to muck around with lists (and create a tree for the asm string)
> because we use some GCC helpers that require this.

Subversion's "diff" produced a pretty stupid diff for this patch,
appearing to show changes to many routines when in fact only
EmitASM_EXPR, ChooseConstraintTuple and ConvertInlineAsmStr were
changed (and then mostly trivially).  It seems to be have confused by
the move of EmitASM_EXPR to the end of the file, where it was renamed
RenderGIMPLE_ASM.

Ciao,

Duncan.



More information about the llvm-commits mailing list