This is now implemented

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-09 00:19:44 +00:00
parent 1bbae0cbf2
commit bf9af65a93

View File

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