diff options
Diffstat (limited to 'test/FrontendC/2004-06-17-UnorderedCompares.c')
-rw-r--r-- | test/FrontendC/2004-06-17-UnorderedCompares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2004-06-17-UnorderedCompares.c b/test/FrontendC/2004-06-17-UnorderedCompares.c index f91ed66..286e7bc 100644 --- a/test/FrontendC/2004-06-17-UnorderedCompares.c +++ b/test/FrontendC/2004-06-17-UnorderedCompares.c @@ -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 -S -o - | grep -v llvm.isunordered | not grep call #include <math.h> |