Oops, actually USE the previously computed value

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12547 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-03-30 19:45:39 +00:00
parent 5dd784a8ca
commit 4971b722ff

View File

@ -31,6 +31,7 @@ F:
call void %use(int %I4)
call void %use(int %I5)
call void %use(int %I6)
call void %use(int %I7)
ret void
}