1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

This is now implemented

llvm-svn: 22723
This commit is contained in:
Chris Lattner 2005-08-09 00:19:44 +00:00
parent 11dd32a826
commit 957221c6b7

View File

@ -4,8 +4,6 @@
; loop invariant value (B) added to it inside of the loop, instead of having ; loop invariant value (B) added to it inside of the loop, instead of having
; a whole indvar based on B for it. ; a whole indvar based on B for it.
; XFAIL: *
declare bool %cond(uint) declare bool %cond(uint)
void %test(uint %B) { void %test(uint %B) {