| commit | a955c02c9b689f429876181b4618980f42023ac2 | [log] [tgz] |
|---|---|---|
| author | Evan Cheng <evan.cheng@apple.com> | Tue Jun 19 21:45:13 2007 +0000 |
| committer | Evan Cheng <evan.cheng@apple.com> | Tue Jun 19 21:45:13 2007 +0000 |
| tree | 0a1f6f6430c7f936e7e56eb4dd371f0dfc9e70f7 | |
| parent | c3c949b473b8ceea221e23bfa6b162d00553785e [diff] |
Avoid if-converting simple block that ends with unconditional branch or fallthrough unless it branches / falls to the 'false' block. Not profitable, may end up increasing code size. llvm-svn: 37660