projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcca340
)
Fix this test case. It is no longer permissible to have undefined types
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 3 Jan 2007 17:01:18 +0000
(17:01 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 3 Jan 2007 17:01:18 +0000
(17:01 +0000)
in function parameters. Fix by just defining the type as opaque.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32837
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/Generic/nested-select.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/Generic/nested-select.ll
b/test/CodeGen/Generic/nested-select.ll
index 18798d1d276a7a5643ce3d6aa4b701b1b1cfb67f..192d29f93bdfb9831e90fc8625b119a97f07fb5d 100644
(file)
--- a/
test/CodeGen/Generic/nested-select.ll
+++ b/
test/CodeGen/Generic/nested-select.ll
@@
-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]