A follow up to D52784 to add in LLVM_FALLTHROUGH where there is an
intentional fall through in a switch statement. This will hopefully silence
a GCC warning.
Differential Revision: https://reviews.llvm.org/D52784
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344890
91177308-0d34-0410-b5e6-
96231b3b80d8
case llvm::Triple::armeb:
case llvm::Triple::thumbeb:
IsBigEndian = true;
+ LLVM_FALLTHROUGH;
case llvm::Triple::arm:
case llvm::Triple::thumb:
if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian,