From 861bec2b7c69d885586725b9b0166913dbae6826 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 9 Feb 2018 22:59:01 +0000 Subject: [WebAssembly] Add an LLVM_FALLTHROUGH to address a warning. NFC. llvm-svn: 324777 --- llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target/WebAssembly') diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp index 7e284ea950f..59bf1ad2d89 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp @@ -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; -- cgit v1.2.3