| commit | 22e9677a5e9ad5b596b1d2af339b37476767b10d | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Thu Nov 20 19:58:35 2008 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Thu Nov 20 19:58:35 2008 +0000 |
| tree | 31d64f98b83889d5e5a73210c292e95a201ac4fa | |
| parent | 06613bc7de1ef3496081a2209745abf5883d2242 [diff] |
Treat mid-block labels the same as terminators when building the MachineInstr scheduling DAG, meaning they implicitly depend on all preceding defs. This fixes Benchmarks/Shootout-C++/except and Regression/C++/EH/simple_rethrow in -relocation-model=pic -disable-post-RA-scheduler=false mode. llvm-svn: 59747