1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Make test more interesting by adding dummy phi node

llvm-svn: 4072
This commit is contained in:
Chris Lattner 2002-10-08 19:11:02 +00:00
parent b32252aa71
commit 35c02b84ff

View File

@ -19,7 +19,8 @@ Loop: ;; Merge point, nothing is known here...
br bool %c2, label %Forwarded, label %Bottom
Forwarded:
call int %test(int 0, int %Z, bool true)
%Z2 = phi int [%Z, %Loop]
call int %test(int 0, int %Z2, bool true)
br label %Bottom
Bottom: