summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/2008-04-23-MergeMultipleResultRet.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-171-43/+0
| | | | | | was replaced with return of a "first class aggregate". llvm-svn: 133245
* 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
* Split some code out of the main SimplifyCFG loop into its own function.Chris Lattner2008-04-241-0/+43
Fix said code to handle merging return instructions together correctly when handling multiple return values. llvm-svn: 50199
OpenPOWER on IntegriCloud