1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Chris Lattner b231c3d11c Fix a problem exposed by the local allocator. CALL instructions are not marked
as using incoming argument registers, so the local allocator would clobber them
between their set and use.  To fix this, we give the call instructions a variable
number of uses in the CALL MachineInstr itself, so live variables understands
the live ranges of these register arguments.

llvm-svn: 28744
2006-06-10 01:14:28 +00:00
..
2006-06-07 23:18:34 +00:00
2006-06-01 17:29:22 +00:00
2006-06-01 19:14:22 +00:00
2006-06-07 20:00:19 +00:00
2006-06-08 16:03:13 +00:00
2006-05-17 22:55:35 +00:00