Go to file
Dan Gohman 78bb44fcd4 Fix a bug in the local allocator's liveness computation where it
was setting kill flags on tied uses in two-address instructions.
The kill flags were causing the allocator to think it could
allocate the use and its tied def in different registers.

llvm-svn: 57039
2008-10-04 00:31:14 +00:00
clang add a disclaimer 2008-10-03 23:31:37 +00:00
llvm Fix a bug in the local allocator's liveness computation where it 2008-10-04 00:31:14 +00:00