diff options
Diffstat (limited to 'clang/test/CodeGen/long-double-x86.c')
-rw-r--r-- | clang/test/CodeGen/long-double-x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/long-double-x86.c b/clang/test/CodeGen/long-double-x86.c index 8954042afd9..b01ce0b93ec 100644 --- a/clang/test/CodeGen/long-double-x86.c +++ b/clang/test/CodeGen/long-double-x86.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80 +// RUN: clang-cc %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80 long double x = 0; int checksize[sizeof(x) == 16 ? 1 : -1]; |