From b552bbd876009e702ef7ce3ecadfb72804e6b9a2 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 19 Mar 2007 18:25:55 +0000 Subject: [PATCH] Use opt instead of gccas. llvm-svn: 35168 --- test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c b/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c index 0b49f52b1f5..d7d03badfdd 100644 --- a/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c +++ b/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;