forked from OSchip/llvm-project
Remove including <complex.h> in test case, and change to use _Complex instead.
llvm-svn: 220258
This commit is contained in:
parent
444822bbcf
commit
2bafc2d5ae
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue