"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "4c8a02521d5068182021417e83481bfcd191ef93"
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
Loading
Please register or sign in to comment