aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Assembler/ConstantExprFold.llx6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/Assembler/ConstantExprFold.llx b/test/Assembler/ConstantExprFold.llx
index 811d903..294c77a 100644
--- a/test/Assembler/ConstantExprFold.llx
+++ b/test/Assembler/ConstantExprFold.llx
@@ -1,6 +1,7 @@
; This test checks to make sure that constant exprs fold in some simple situations
-; RUN: llvm-as < %s | llvm-dis | not grep '('
+; RUN: llvm-as < %s | llvm-dis | not grep '(' &&
+; RUN: llvm-as < %s
%A = global long 0
@@ -23,3 +24,6 @@ global bool setlt (int* getelementptr (%Ty* %B, long 0, ubyte 0),
int* getelementptr (%Ty* %B, long 0, ubyte 1)) ; true
;global bool setne (long* %A, long* cast (%Ty* %B to long*)) ; true
+global bool seteq ({ short }* cast (int 1 to { short }*), { short }* null)
+global bool setlt ({ short }* cast (int 1 to { short }*), { short }* cast (int 2 to { short }*))
+