Fix llvmgcc to use the TestRunner substition mechanism.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2004-12-08 16:41:34 +00:00
parent 207a6e9af3
commit 997715f1d2

View File

@ -1,4 +1,4 @@
// RUN: llvmgcc -xc -std=c99 %s -c -o - | llvm-dis | grep -v llvm.isunordered | not grep call
// RUN: %llvmgcc -xc -std=c99 %s -c -o - | llvm-dis | grep -v llvm.isunordered | not grep call
// XFAIL: sparcv9
#include <math.h>