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

2018-05-01 Thread Shoaib Meenai via Phabricator via cfe-commits
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#t

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

2018-04-18 Thread Shoaib Meenai via Phabricator via cfe-commits
smeenai accepted this revision. smeenai added a comment. This revision is now accepted and ready to land. LGTM; it's an obvious NFC patch. Repository: rC Clang https://reviews.llvm.org/D45779 ___ cfe-commits mailing list cfe-commits@lists.llvm.or

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

2018-04-18 Thread strager via Phabricator via cfe-commits
strager created this revision. strager added a reviewer: cfe-commits. Herald added subscribers: chrib, kristof.beyls, javed.absar. Both sides of this #if #include the same file. Drop the #if, leaving only the #include. This commit should not change behaviour. Repository: rC Clang https://re