summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove LowerInvoke's obsolete "-enable-correct-eh-support" optionMark Seaborn2014-03-201-15/+0
| | | | | | | | | | | | | | | This option caused LowerInvoke to generate code using SJLJ-based exception handling, but there is no code left that interprets the jmp_buf stack that the resulting code maintained (llvm.sjljeh.jblist). This option has been obsolete for a while, and replaced by SjLjEHPrepare. This leaves the default behaviour of LowerInvoke, which is to convert invokes to calls. Differential Revision: http://llvm-reviews.chandlerc.com/D3136 llvm-svn: 204388
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Upgrade tests.Tanya Lattner2008-03-191-10/+9
| | | | llvm-svn: 48538
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+16
llvm-svn: 33296
OpenPOWER on IntegriCloud