[llvm-commits] CVS: llvm/test/Regression/Verifier/2002-04-13-RetTypes.ll 2002-11-05-GetelementptrPointers.ll 2003-11-21-FunctionReturningStructure.ll 2004-05-21-SwitchConstantMismatch.ll AmbiguousPhi.ll PhiGrouping.ll SelfReferential.ll
Tanya Brethour
tbrethou at cs.uiuc.edu
Sat Nov 6 15:08:37 PST 2004
Changes in directory llvm/test/Regression/Verifier:
2002-04-13-RetTypes.ll updated: 1.1 -> 1.2
2002-11-05-GetelementptrPointers.ll updated: 1.1 -> 1.2
2003-11-21-FunctionReturningStructure.ll updated: 1.1 -> 1.2
2004-05-21-SwitchConstantMismatch.ll updated: 1.1 -> 1.2
AmbiguousPhi.ll updated: 1.1 -> 1.2
PhiGrouping.ll updated: 1.1 -> 1.2
SelfReferential.ll updated: 1.1 -> 1.2
---
Log message:
Adding RUN lines.
---
Diffs of the changes: (+14 -0)
Index: llvm/test/Regression/Verifier/2002-04-13-RetTypes.ll
diff -u llvm/test/Regression/Verifier/2002-04-13-RetTypes.ll:1.1 llvm/test/Regression/Verifier/2002-04-13-RetTypes.ll:1.2
--- llvm/test/Regression/Verifier/2002-04-13-RetTypes.ll:1.1 Sat Apr 13 17:46:23 2002
+++ llvm/test/Regression/Verifier/2002-04-13-RetTypes.ll Sat Nov 6 17:08:26 2004
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
; Verify the the operand type of the ret instructions in a function match the
; delcared return type of the function they live in.
;
Index: llvm/test/Regression/Verifier/2002-11-05-GetelementptrPointers.ll
diff -u llvm/test/Regression/Verifier/2002-11-05-GetelementptrPointers.ll:1.1 llvm/test/Regression/Verifier/2002-11-05-GetelementptrPointers.ll:1.2
--- llvm/test/Regression/Verifier/2002-11-05-GetelementptrPointers.ll:1.1 Tue Nov 5 18:52:21 2002
+++ llvm/test/Regression/Verifier/2002-11-05-GetelementptrPointers.ll Sat Nov 6 17:08:26 2004
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
; This testcase is invalid because we are indexing into a pointer that is
; contained WITHIN a structure.
Index: llvm/test/Regression/Verifier/2003-11-21-FunctionReturningStructure.ll
diff -u llvm/test/Regression/Verifier/2003-11-21-FunctionReturningStructure.ll:1.1 llvm/test/Regression/Verifier/2003-11-21-FunctionReturningStructure.ll:1.2
--- llvm/test/Regression/Verifier/2003-11-21-FunctionReturningStructure.ll:1.1 Fri Nov 21 16:28:49 2003
+++ llvm/test/Regression/Verifier/2003-11-21-FunctionReturningStructure.ll Sat Nov 6 17:08:26 2004
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
%T = type { int }
Index: llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll
diff -u llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll:1.1 llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll:1.2
--- llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll:1.1 Fri May 21 11:47:02 2004
+++ llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll Sat Nov 6 17:08:26 2004
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
int %main() {
Index: llvm/test/Regression/Verifier/AmbiguousPhi.ll
diff -u llvm/test/Regression/Verifier/AmbiguousPhi.ll:1.1 llvm/test/Regression/Verifier/AmbiguousPhi.ll:1.2
--- llvm/test/Regression/Verifier/AmbiguousPhi.ll:1.1 Sat Jun 8 12:33:15 2002
+++ llvm/test/Regression/Verifier/AmbiguousPhi.ll Sat Nov 6 17:08:26 2004
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
int "test"(int %i, int %j, bool %c) {
Index: llvm/test/Regression/Verifier/PhiGrouping.ll
diff -u llvm/test/Regression/Verifier/PhiGrouping.ll:1.1 llvm/test/Regression/Verifier/PhiGrouping.ll:1.2
--- llvm/test/Regression/Verifier/PhiGrouping.ll:1.1 Sat Jun 8 12:33:16 2002
+++ llvm/test/Regression/Verifier/PhiGrouping.ll Sat Nov 6 17:08:26 2004
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
int "test"(int %i, int %j, bool %c) {
Index: llvm/test/Regression/Verifier/SelfReferential.ll
diff -u llvm/test/Regression/Verifier/SelfReferential.ll:1.1 llvm/test/Regression/Verifier/SelfReferential.ll:1.2
--- llvm/test/Regression/Verifier/SelfReferential.ll:1.1 Thu Apr 18 15:30:58 2002
+++ llvm/test/Regression/Verifier/SelfReferential.ll Sat Nov 6 17:08:26 2004
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
; Test that self referential instructions are not allowed
implementation
More information about the llvm-commits
mailing list