summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-19 18:25:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-19 18:25:55 +0000
commit175296cd1b91b1f7a0cf9d38f240092f7f563101 (patch)
tree0eb98e94c4ee17966e5658c4a25d573a03581490 /llvm/test
parent50fce05a21be65ebeb7970147c0be5a058950728 (diff)
downloadbcm5719-llvm-175296cd1b91b1f7a0cf9d38f240092f7f563101.tar.gz
bcm5719-llvm-175296cd1b91b1f7a0cf9d38f240092f7f563101.zip
Use opt instead of gccas.
llvm-svn: 35168
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c b/llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c
index 0b49f52b1f5..d7d03badfdd 100644
--- a/llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c
+++ b/llvm/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c
@@ -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;
OpenPOWER on IntegriCloud