Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fbf6f5c8ac0a3feb9a5add5f9221a21f68ca487a
/
.
/
test
/
CodeGen
/
long-double-x86-nacl.c
blob: cec381a06b9bb9ad971802e19a98f517c874c5da [
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-LABEL: define void @s1(double %a)
void
s1
(
long
double
a
)
{}