I cannot find a libgcc function for this builtin. Therefor expanding it to a noop...
[oota-llvm.git] / lib / CodeGen / ShadowStackCollector.cpp
index df6962697ae79129b74cfb902c3cde89c3c1518e..46a7c551c870da3e476b74df728616b3f0df8b20 100644 (file)
@@ -426,8 +426,6 @@ bool ShadowStackCollector::performCustomLowering(Function &F) {
     Roots[I].second->eraseFromParent();
   }
   
-  F.dump();
-  
   Roots.clear();
   return true;
 }