Add WasmEHFuncInfo and routines to calculate and fill in this struct to
keep track of unwind destination information. This will be used in
other EH related passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 19408 Build 19408: arc lint + arc unit
Event Timeline
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | ||
---|---|---|
313 | Could make this an 'else if' just to make it really clear that only one of these will happen. |
Could make this an 'else if' just to make it really clear that only one of these will happen.