[ARM] Mark labels in skipAlignedDPRCS2Spills as fallthrough (NFC).
authorFlorian Hahn <florian.hahn@arm.com>
Thu, 27 Jul 2017 14:37:17 +0000 (14:37 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Thu, 27 Jul 2017 14:37:17 +0000 (14:37 +0000)
commitdb479524dd94c21e244490cf895fe32b24771a7b
tree1006d32ddcd326cd3b052abe409652f85276e692
parent8a8aca42997bcb09853d716c2778d010e52a009e
[ARM] Mark labels in skipAlignedDPRCS2Spills as fallthrough (NFC).

The comment at the top of the switch statement indicates that the
fall-through behavior is intentional. By using LLVM_FALLTHROUGH,
-Wimplicit-fallthrough are silenced, which is enabled by default in GCC
7.

llvm-svn: 309272
llvm/lib/Target/ARM/ARMFrameLowering.cpp