mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Make test more interesting by adding dummy phi node
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57b314cfb1
commit
b82992827d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user