Forgot this file in my last commit.
authorOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 22:56:04 +0000 (22:56 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 22:56:04 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73578 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index fa951bf70d05ea452e35a6fe9bc151dbe3d1e600..b5824f8f81563dad80a7cd783c76c8c8349e96ee 100644 (file)
@@ -50,6 +50,10 @@ protected:
   ///
   void dropAllTypeUses();
 
+  /// unlockedRefineAbstractTypeTo - Internal version of refineAbstractTypeTo
+  /// that performs no locking.  Only used for internal recursion.
+  void unlockedRefineAbstractTypeTo(const Type *NewType);
+  
 public:
 
   //===--------------------------------------------------------------------===//