[PATCH] D45779: [ARM] Remove redundant #if in test

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 1 13:41:42 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC331305: [ARM] Remove redundant #if in test. NFC (authored by smeenai, committed by ).
Herald added a reviewer: javed.absar.

Changed prior to commit:
  https://reviews.llvm.org/D45779?vs=142969&id=144775#toc

Repository:
  rC Clang

https://reviews.llvm.org/D45779

Files:
  test/CodeGen/arm-aapcs-vfp.c


Index: test/CodeGen/arm-aapcs-vfp.c
===================================================================
--- test/CodeGen/arm-aapcs-vfp.c
+++ 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];


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45779.144775.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180501/98b584de/attachment-0001.bin>


More information about the cfe-commits mailing list