1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/include
2008-06-12 21:15:59 +00:00
..
llvm Do not speculatively execute an instruction by hoisting it to its predecessor BB if any of its operands are defined but not used in BB. The transformation will prevent the operand from being sunk into the use block. 2008-06-12 21:15:59 +00:00
llvm-c Remove a duplicative binding. Patch by Mahadevan R. 2008-05-19 05:47:10 +00:00