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