Chris Lattner | d96f1eb | 2003-04-25 23:26:52 +0000 | [diff] [blame^] | 1 | ; RUN: as < %s | opt -preheaders |
| 2 | |
| 3 | implementation ; Functions: |
| 4 | |
| 5 | int %yylex() { ; No predecessors! |
| 6 | br label %loopentry.0 |
| 7 | |
| 8 | loopentry.0: ; preds = %0, %yy_find_action, %else.4 |
| 9 | br label %loopexit.2 |
| 10 | |
| 11 | loopexit.2: ; preds = %loopentry.0, %else.4, %loopexit.2 |
| 12 | br bool false, label %loopexit.2, label %else.4 |
| 13 | |
| 14 | yy_find_action: ; preds = %loopexit.2, %else.4 |
| 15 | br label %else.4 |
| 16 | |
| 17 | else.4: ; preds = %yy_find_action |
| 18 | switch uint 0, label %loopexit.2 [ |
| 19 | uint 2, label %yy_find_action |
| 20 | uint 0, label %loopentry.0 |
| 21 | ] |
| 22 | } |