Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
896e42d231e8e5d4d90d7392ada089d771ca11d6
/
.
/
test
/
CodeGen
/
long-double-x86-nacl.c
blob: 175129cb6a2a58da092a48de3ff6ecf5d41f1f13 [
file
] [
log
] [
blame
]
// 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: define void @s1(double %a)
void
s1
(
long
double
a
)
{}