This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Remove redundant #if in test
ClosedPublic

Authored by strager on Apr 18 2018, 11:26 AM.

Details

Summary

Both sides of this #if #include the same file. Drop the #if, leaving only the #include.

This commit should not change behaviour.

Diff Detail

Repository
rC Clang

Event Timeline

strager created this revision.Apr 18 2018, 11:26 AM
smeenai accepted this revision.Apr 18 2018, 11:39 AM
smeenai added a subscriber: smeenai.

LGTM; it's an obvious NFC patch.

This revision is now accepted and ready to land.Apr 18 2018, 11:39 AM
This revision was automatically updated to reflect the committed changes.