From 1527f5442a5f169429ab5fc67f70a5d41de4735a Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 16 Jun 2009 22:56:04 +0000 Subject: [PATCH] Forgot this file in my last commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73578 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DerivedTypes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index fa951bf70d0..b5824f8f815 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -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: //===--------------------------------------------------------------------===// -- 2.34.1