1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Use opt instead of gccas.

llvm-svn: 35168
This commit is contained in:
Reid Spencer 2007-03-19 18:25:55 +00:00
parent e13d458bd7
commit b552bbd876

View File

@ -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 // PR580
int X, Y; int X, Y;