[llvm-commits] CVS: llvm/lib/Analysis/IPA/FindUsedTypes.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 27 15:30:40 PDT 2006



Changes in directory llvm/lib/Analysis/IPA:

FindUsedTypes.cpp updated: 1.36 -> 1.37
---
Log message:

Eliminate RegisterAnalysis.  RegisterPass now does all that is necessary.


---
Diffs of the changes:  (+1 -1)

 FindUsedTypes.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Analysis/IPA/FindUsedTypes.cpp
diff -u llvm/lib/Analysis/IPA/FindUsedTypes.cpp:1.36 llvm/lib/Analysis/IPA/FindUsedTypes.cpp:1.37
--- llvm/lib/Analysis/IPA/FindUsedTypes.cpp:1.36	Wed Jun  7 17:00:26 2006
+++ llvm/lib/Analysis/IPA/FindUsedTypes.cpp	Sun Aug 27 17:30:17 2006
@@ -21,7 +21,7 @@
 #include "llvm/Support/InstIterator.h"
 using namespace llvm;
 
-static RegisterAnalysis<FindUsedTypes>
+static RegisterPass<FindUsedTypes>
 X("printusedtypes", "Find Used Types");
 
 // IncorporateType - Incorporate one type and all of its subtypes into the






More information about the llvm-commits mailing list