sbc100 added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyFastISel.cpp:279
+ Op = cast<AddOperator>(Op)->getOperand(0);
+ continue;
}
----------------
Is this continue now redundant?
https://reviews.llvm.org/D34044