mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
New testcase
llvm-svn: 8275
This commit is contained in:
parent
0620f3d2fa
commit
59db72924e
@ -0,0 +1,20 @@
|
||||
; RUN: llvm-as < %s | opt -tailduplicate -disable-output
|
||||
|
||||
int %foo() {
|
||||
entry:
|
||||
br label %return.i
|
||||
|
||||
after_ret.i:
|
||||
br label %return.i
|
||||
|
||||
return.i:
|
||||
%tmp.3 = cast int* null to int
|
||||
br label %return.i1
|
||||
|
||||
after_ret.i1:
|
||||
br label %return.i1
|
||||
|
||||
return.i1:
|
||||
%tmp.8 = sub int %tmp.3, 0
|
||||
ret int 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user