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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to