diff options
Diffstat (limited to 'test/FrontendC/2004-02-20-Builtins.c')
-rw-r--r-- | test/FrontendC/2004-02-20-Builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2004-02-20-Builtins.c b/test/FrontendC/2004-02-20-Builtins.c index 0c9ac7c..c056a84 100644 --- a/test/FrontendC/2004-02-20-Builtins.c +++ b/test/FrontendC/2004-02-20-Builtins.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin +// RUN: %llvmgcc -O3 -xc %s -S -o - | not grep builtin #include <math.h> |