summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-block-end.c
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily revert this to see if it brings the gdb bot back.Eric Christopher2012-07-111-17/+0
| | | | llvm-svn: 160049
* The end of a block doesn't necessarily need a line table entry unlessEric Christopher2012-07-111-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
OpenPOWER on IntegriCloud