Skip to content

Commit

Permalink
Added LLVM_FALLTHROUGH to address warning: this statement may fall th…
Browse files Browse the repository at this point in the history
…rough. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304355 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gkistanova committed May 31, 2017
1 parent b527f09 commit c5fa32e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Target/X86/X86InstrInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
// It's not always legal to reference the low 8-bit of the larger
// register in 32-bit mode.
return false;
LLVM_FALLTHROUGH;
case X86::MOVSX32rr16:
case X86::MOVZX32rr16:
case X86::MOVSX64rr16:
Expand Down

0 comments on commit c5fa32e

Please sign in to comment.