Commit 7b57620
committed
[CIR][NFC] Fix bad switch fallthroughs in emitStmt
This moves a couple of statement emitters that were incorrectly implemented
in the middle of a switch statement where all cases in the final group are
intended to fall through to a handler that emits an NYI error message. The
placement of these implementations was causing some statement types that
should have emitted the NYI error to instead go to a handler for a different
statement type.1 parent 762a171 commit 7b57620
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
| |||
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
202 | | - | |
203 | | - | |
204 | 206 | | |
205 | | - | |
206 | | - | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments