[llvm-commits] llvm-gcc4: display the LLVM type when printing type trees
Chris Lattner
clattner at apple.com
Fri Feb 16 17:06:04 PST 2007
Very cool. However, it doesn't apply to CVS right. GET_TYPE_LLVM
needs to go through the LTypes vector now, can you plz update the patch?
Thanks,
-Chris
On Feb 15, 2007, at 1:45 PM, Duncan Sands wrote:
> For example:
>
> (gdb) call debug_tree(type)
> <void_type 0xb7bd6ac8 void sizes-gimplified visited VOID
> align 8 symtab 152957560 alias set -1
> LLVM: void
> pointer_to_this <pointer_type 0xb7bd6b40>>
>
> Enjoy!
>
> Duncan.
> <print_type.diff>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list