Remove including <complex.h> in test case, and change to use _Complex instead.

llvm-svn: 220258
This commit is contained in:
Jiangning Liu 2014-10-21 02:19:58 +00:00
parent 444822bbcf
commit 2bafc2d5ae
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
// RUN: %clang -target aarch64-linux-gnuabi %s -O3 -S -emit-llvm -o - | FileCheck %s
#include <complex.h>
complex long double a, b, c, d;
_Complex long double a, b, c, d;
void test_fp128_compound_assign(void) {
// CHECK: tail call { fp128, fp128 } @__multc3
a *= b;