summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
Commit message (Collapse)AuthorAgeFilesLines
* [RS4GC] Remove unnecessary redirections from tests; NFCSanjoy Das2016-01-291-1/+1
| | | | llvm-svn: 259204
* [RS4GC] Clamp UseDeoptBundles to true and update testsSanjoy Das2016-01-291-0/+22
The full diff for the test directory may be hard to read because of the filename clash; so here's all that happened as far as the tests are concerned: ``` cd test/Transforms/RewriteStatepointsForGC git rm *ll git mv deopt-bundles/* ./ rmdir deopt-bundles find . -name '*.ll' | xargs gsed -i 's/-rs4gc-use-deopt-bundles //g' ``` llvm-svn: 259129
OpenPOWER on IntegriCloud