summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm-aapcs-vfp.c
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2018-05-01 20:38:05 +0000
committerShoaib Meenai <smeenai@fb.com>2018-05-01 20:38:05 +0000
commitc4cf3daad85a70b8937e1d7e67bee1feb275f9b9 (patch)
tree6f247423f917f47544038e733061fdcc4ee16bb3 /clang/test/CodeGen/arm-aapcs-vfp.c
parent763d161eda63abfc7179aa3585f794170543a171 (diff)
downloadbcm5719-llvm-c4cf3daad85a70b8937e1d7e67bee1feb275f9b9.tar.gz
bcm5719-llvm-c4cf3daad85a70b8937e1d7e67bee1feb275f9b9.zip
[ARM] Remove redundant #if in test. NFC
Both sides of this #if #include the same file. Drop the #if, leaving only the #include. Patch by Matt Glazar. Differential Revision: https://reviews.llvm.org/D45779 llvm-svn: 331305
Diffstat (limited to 'clang/test/CodeGen/arm-aapcs-vfp.c')
-rw-r--r--clang/test/CodeGen/arm-aapcs-vfp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/CodeGen/arm-aapcs-vfp.c b/clang/test/CodeGen/arm-aapcs-vfp.c
index 38044cbb1e2..ba5a969b0ed 100644
--- a/clang/test/CodeGen/arm-aapcs-vfp.c
+++ b/clang/test/CodeGen/arm-aapcs-vfp.c
@@ -17,11 +17,7 @@
// RUN: -ffreestanding \
// RUN: -emit-llvm -w -o - %s | FileCheck -check-prefix=CHECK64 %s
-#ifdef __arm64__
#include <arm_neon.h>
-#else
-#include <arm_neon.h>
-#endif
struct homogeneous_struct {
float f[2];
OpenPOWER on IntegriCloud