[llvm-commits] CVS: llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c

Reid Spencer reid at x10sys.com
Mon Mar 19 11:26:17 PDT 2007



Changes in directory llvm/test/CFrontend:

2005-06-15-ExpandGotoInternalProblem.c updated: 1.1 -> 1.2
---
Log message:

Use opt instead of gccas.


---
Diffs of the changes:  (+2 -1)

 2005-06-15-ExpandGotoInternalProblem.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c
diff -u llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c:1.1 llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c:1.2
--- llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c:1.1	Wed Jun 15 17:42:53 2005
+++ llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c	Mon Mar 19 13:25:55 2007
@@ -1,4 +1,5 @@
-// RUN: %llvmgcc -std=c99 %s -S -o - | gccas -o /dev/null
+// RUN: %llvmgcc -std=c99 %s -S -o - | llvm-as | \
+// RUN:    opt -std-compile-opts -disable-output
 // PR580
 
 int X, Y;






More information about the llvm-commits mailing list