[llvm-commits] CVS: llvm/include/llvm/Transforms/IPO.h

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 16 07:18:01 PDT 2003


Changes in directory llvm/include/llvm/Transforms:

IPO.h updated: 1.16 -> 1.17

---
Log message:

Add prototype for the new DAE pass


---
Diffs of the changes:

Index: llvm/include/llvm/Transforms/IPO.h
diff -u llvm/include/llvm/Transforms/IPO.h:1.16 llvm/include/llvm/Transforms/IPO.h:1.17
--- llvm/include/llvm/Transforms/IPO.h:1.16	Mon Feb  3 13:08:33 2003
+++ llvm/include/llvm/Transforms/IPO.h	Mon Jun 16 07:16:52 2003
@@ -68,6 +68,12 @@
 //
 Pass *createInternalizePass();
 
+//===----------------------------------------------------------------------===//
+// createDeadArgEliminationPass - This pass removes arguments from functions
+// which are not used by the body of the function.
+//
+Pass *createDeadArgEliminationPass();
+
 
 //===----------------------------------------------------------------------===//
 // These passes are wrappers that can do a few simple structure mutation





More information about the llvm-commits mailing list