Index: llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp =================================================================== --- llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp +++ llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp @@ -75,15 +75,14 @@ return; } - // Few custom selection stuff. - EVT VT = Node->getValueType(0); - + // Few custom selection stuff. If we need WebAssembly-specific selection, + // uncomment this block add corresponding case statements. + /* switch (Node->getOpcode()) { default: break; - // If we need WebAssembly-specific selection, it would go here. - (void)VT; } + */ // Select the default instruction. SelectCode(Node);