Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporarily revert this to see if it brings the gdb bot back. | Eric Christopher | 2012-07-11 | 1 | -17/+0 |
| | | | | llvm-svn: 160049 | ||||
* | The end of a block doesn't necessarily need a line table entry unless | Eric Christopher | 2012-07-11 | 1 | -0/+17 |
there's something going on there. Remove the unconditional line entry and only add one if we're emitting cleanups (any other statements would be handled normally). Fixes rdar://9199234 llvm-svn: 160033 |