From: Reid Spencer Date: Mon, 19 Mar 2007 18:25:55 +0000 (+0000) Subject: Use opt instead of gccas. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c1a6e302749ce9609b4cbdcb8a3f10c5ccdd90d6;p=oota-llvm.git Use opt instead of gccas. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35168 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;