[llvm-commits] [123745] Add llvm::createStripDeadPrototypesPass().

echeng at apple.com echeng at apple.com
Mon Feb 12 13:27:36 PST 2007


Revision: 123745
Author:   echeng
Date:     2007-02-12 13:27:35 -0800 (Mon, 12 Feb 2007)

Log Message:
-----------
Add llvm::createStripDeadPrototypesPass().

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/llvm-linker-hack.cpp

Modified: apple-local/branches/llvm/gcc/llvm-linker-hack.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-linker-hack.cpp	2007-02-12 20:54:12 UTC (rev 123744)
+++ apple-local/branches/llvm/gcc/llvm-linker-hack.cpp	2007-02-12 21:27:35 UTC (rev 123745)
@@ -76,6 +76,7 @@
   llvm::createTailCallEliminationPass();
   llvm::createDeadStoreEliminationPass();
   llvm::createIPConstantPropagationPass();
+  llvm::createStripDeadPrototypesPass();
 }
 
 /* APPLE LOCAL end LLVM (ENTIRE FILE!)  */





More information about the llvm-commits mailing list