llvm-6502/include
Jakob Stoklund Olesen 8b4c502098 Enable machine code verification in the entire code generator.
Some targets still mess up the liveness information, but that isn't
verified after MRI->invalidateLiveness().

The verifier can still check other useful things like register classes
and CFG, so it should be enabled after all passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153615 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-28 23:54:28 +00:00
..
llvm Enable machine code verification in the entire code generator. 2012-03-28 23:54:28 +00:00
llvm-c Add 'undef's to make SWIG happier. Patch by Baozeng Ding. 2012-03-26 22:15:12 +00:00