Eliminate the use of gccas in the test suite.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-02-09 15:15:21 +00:00
parent 8d0dbdbe12
commit 1bb52e00ac
5 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
// RUN: %llvmgcc %s -S -o - | gccas | llvm-dis | grep nate | grep 'global i32 0'
// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \
// RUN: llvm-dis | grep '@nate.*internal global i32 0'
struct X { int *XX; int Y;};