[WebAssembly] Add an LLVM_FALLTHROUGH to address a warning. NFC.
authorDan Gohman <dan433584@gmail.com>
Fri, 9 Feb 2018 22:59:01 +0000 (22:59 +0000)
committerDan Gohman <dan433584@gmail.com>
Fri, 9 Feb 2018 22:59:01 +0000 (22:59 +0000)
llvm-svn: 324777

llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp

index 7e284ea..59bf1ad 100644 (file)
@@ -1165,6 +1165,7 @@ bool WebAssemblyFastISel::selectStore(const Instruction *I) {
   switch (getSimpleType(Store->getValueOperand()->getType())) {
   case MVT::i1:
     VTIsi1 = true;
+    LLVM_FALLTHROUGH;
   case MVT::i8:
     Opc = WebAssembly::STORE8_I32;
     break;