Tweak testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-02-24 03:52:13 +00:00
parent 0b1cda1955
commit 4e31365703
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,8 @@ Loop:
br bool %c, label %Out, label %Loop
Out:
ret int 7
%X = sub int %ToRemove, %Atmp
ret int %X
Dummy:
store int 7, int* %A

View File

@ -22,7 +22,8 @@ Loop:
br bool %c, label %Out, label %Loop
Out:
ret int 7
%X = sub int %ToRemove, %Atmp
ret int %X
Dummy:
store int 7, int* %A