mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 05:47:13 +00:00
new testcase
llvm-svn: 7043
This commit is contained in:
parent
6fa0bd2ce5
commit
3242ae8792
@ -0,0 +1,11 @@
|
||||
; distilled from 255.vortex
|
||||
; RUN: as < %s | opt -globaldce | dis | not grep testfunc
|
||||
|
||||
implementation
|
||||
|
||||
declare bool()* %getfunc()
|
||||
internal bool %testfunc() {
|
||||
%F = call bool()*()* %getfunc()
|
||||
%c = seteq bool()* %F, %testfunc
|
||||
ret bool %c
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user