[llvm-commits] CVS: llvm/include/llvm/PassSupport.h

Chris Lattner sabre at nondot.org
Fri Dec 1 15:47:08 PST 2006



Changes in directory llvm/include/llvm:

PassSupport.h updated: 1.35 -> 1.36
---
Log message:

Switch analysis groups to be unregistered when llvm_shutdown is called.



---
Diffs of the changes:  (+0 -2)

 PassSupport.h |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/include/llvm/PassSupport.h
diff -u llvm/include/llvm/PassSupport.h:1.35 llvm/include/llvm/PassSupport.h:1.36
--- llvm/include/llvm/PassSupport.h:1.35	Fri Dec  1 17:27:44 2006
+++ llvm/include/llvm/PassSupport.h	Fri Dec  1 17:46:50 2006
@@ -197,8 +197,6 @@
                  const std::type_info *Pass = 0,
                  bool isDefault = false);
   void setGroupName(const char *Name);
-public:
-  ~RegisterAGBase();
 };
 
 template<typename Interface, bool Default = false>






More information about the llvm-commits mailing list