[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/nested-select.ll

Reid Spencer reid at x10sys.com
Wed Jan 3 09:01:34 PST 2007



Changes in directory llvm/test/Regression/CodeGen/Generic:

nested-select.ll updated: 1.2 -> 1.3
---
Log message:

Fix this test case. It is no longer permissible to have undefined types
in function parameters. Fix by just defining the type as opaque.


---
Diffs of the changes:  (+4 -0)

 nested-select.ll |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/test/Regression/CodeGen/Generic/nested-select.ll
diff -u llvm/test/Regression/CodeGen/Generic/nested-select.ll:1.2 llvm/test/Regression/CodeGen/Generic/nested-select.ll:1.3
--- llvm/test/Regression/CodeGen/Generic/nested-select.ll:1.2	Fri Dec  1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/Generic/nested-select.ll	Wed Jan  3 11:01:18 2007
@@ -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]






More information about the llvm-commits mailing list