diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-01 00:32:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-01 00:32:33 +0000 |
commit | 84516481f2f23125c479a8ba2472c6d695a51c09 (patch) | |
tree | 7b58ed296b385ea3959adfd04745aed1976e4163 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 3c4f6be2b4fe40d37a7b76fada6300dba3e234ff (diff) | |
download | bcm5719-llvm-84516481f2f23125c479a8ba2472c6d695a51c09.tar.gz bcm5719-llvm-84516481f2f23125c479a8ba2472c6d695a51c09.zip |
walk type symbol table also, so we get:
type opaque ; type %0
%C = type { %0, %0 }
instead of:
%C = type { opaque, opaque }
when appropriate.
llvm-svn: 65742
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions