| 4814 | } |
| 4815 | |
| 4816 | void AddDefaultNode() |
| 4817 | { |
| 4818 | assert(CodeInfo::nodeList.size() >= 2); |
| 4819 | NodeZeroOP* temp = CodeInfo::nodeList[CodeInfo::nodeList.size()-2]; |
| 4820 | static_cast<NodeSwitchExpr*>(temp)->AddDefault(); |
| 4821 | } |
| 4822 | |
| 4823 | void EndSwitch() |
| 4824 | { |
no test coverage detected