llvm-6502/lib/Bitcode
Chris Lattner 50b136dae9 add bitcode reader support for blockaddress. We can now fully
round trip blockaddress through .ll and .bc files, so add a testcase.

There are still a bunch of places in the optimizer and other places
that need to be updated to work with these constructs, but at least
the basics are in now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85377 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-28 05:53:48 +00:00
..
Reader add bitcode reader support for blockaddress. We can now fully 2009-10-28 05:53:48 +00:00
Writer bitcode writer support for blockaddress. 2009-10-28 05:24:40 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00