We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dbae2 commit a456a16Copy full SHA for a456a16
llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
@@ -110,7 +110,7 @@ void WebAssemblyDAGToDAGISel::PreprocessISelDAG() {
110
}
111
112
static SDValue getTagSymNode(int Tag, SelectionDAG *DAG) {
113
- assert(Tag == WebAssembly::CPP_EXCEPTION || WebAssembly::C_LONGJMP);
+ assert(Tag == WebAssembly::CPP_EXCEPTION || Tag == WebAssembly::C_LONGJMP);
114
auto &MF = DAG->getMachineFunction();
115
const auto &TLI = DAG->getTargetLoweringInfo();
116
MVT PtrVT = TLI.getPointerTy(DAG->getDataLayout());
0 commit comments