diff options
Diffstat (limited to 'test/CodeGen/long-double-x86-nacl.c')
-rw-r--r-- | test/CodeGen/long-double-x86-nacl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/long-double-x86-nacl.c b/test/CodeGen/long-double-x86-nacl.c deleted file mode 100644 index cec381a06b9b..000000000000 --- a/test/CodeGen/long-double-x86-nacl.c +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %clang_cc1 %s -emit-llvm -o - -triple=i686-unknown-nacl | FileCheck %s - -long double x = 0; -int checksize[sizeof(x) == 8 ? 1 : -1]; - -// CHECK-LABEL: define void @s1(double %a) -void s1(long double a) {} |