llvm-6502/lib/Target/CBackend
Chris Lattner 9d1af97d02 Fix the big regression that has been killing the nightly tester these last
few days.  Apparently the old symbol table used to auto rename collisions in
the type symbol table and the new one does not.  It doesn't really make sense
for the new one to do so, so we just make the client do it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13877 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-28 05:47:27 +00:00
..
CBackend.cpp Fix the big regression that has been killing the nightly tester these last 2004-05-28 05:47:27 +00:00
CTargetMachine.h SPECIFY a target data to initialize the CBE target with. Until now we have 2004-03-03 02:14:15 +00:00
Makefile Moved directory, update makefile 2004-02-13 23:31:12 +00:00
Writer.cpp Fix the big regression that has been killing the nightly tester these last 2004-05-28 05:47:27 +00:00