aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-16 22:56:04 +0000
committerOwen Anderson <resistor@mac.com>2009-06-16 22:56:04 +0000
commit1527f5442a5f169429ab5fc67f70a5d41de4735a (patch)
treeaaa018af9411b4f12f386c9598418939e9f91787 /include
parent845e7e812ce8bc24248c158d074b75add5502f81 (diff)
downloadexternal_llvm-1527f5442a5f169429ab5fc67f70a5d41de4735a.zip
external_llvm-1527f5442a5f169429ab5fc67f70a5d41de4735a.tar.gz
external_llvm-1527f5442a5f169429ab5fc67f70a5d41de4735a.tar.bz2
Forgot this file in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73578 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/DerivedTypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h
index fa951bf..b5824f8 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:
//===--------------------------------------------------------------------===//