hanchenye-llvm-project/llvm/test/Transforms/RewriteStatepointsForGC
Philip Reames 2ef029c7ae Bugfix for 229954
Before calling Function::getGC to test for enablement, we need to make sure there's actually a GC at all via Function::hasGC.  Otherwise, we'd crash on functions without a GC.  Thankfully, this only mattered if you manually scheduled the pass, but still, oops. :(

llvm-svn: 230040
2015-02-20 18:56:14 +00:00
..
basics.ll Bugfix for 229954 2015-02-20 18:56:14 +00:00