mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Fix this test case. It is no longer permissible to have undefined types
in function parameters. Fix by just defining the type as opaque. llvm-svn: 32837
This commit is contained in:
parent
20d9040d17
commit
68e3839a5c
@ -2,6 +2,10 @@
|
||||
|
||||
; Test that select of a select works
|
||||
|
||||
%typedef.tree = type opaque
|
||||
|
||||
implementation
|
||||
|
||||
int %ic_test(double %p.0.2.0.val, double %p.0.2.1.val, double %p.0.2.2.val, %typedef.tree* %t) {
|
||||
%result.1.0 = cast bool false to int ; <int> [#uses=1]
|
||||
%tmp.55 = setge double 0.000000e+00, 1.000000e+00 ; <bool> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user