diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-16 22:56:04 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-16 22:56:04 +0000 |
commit | e4ed45924a0a882e16e20357a25d73b1dd0f9a4f (patch) | |
tree | d9e5863aeb9abfa44f1f5d41699c031247eef533 /llvm | |
parent | b538e7b64f55999c0a0f24c0c076c4e4cb33d9e1 (diff) | |
download | bcm5719-llvm-e4ed45924a0a882e16e20357a25d73b1dd0f9a4f.tar.gz bcm5719-llvm-e4ed45924a0a882e16e20357a25d73b1dd0f9a4f.zip |
Forgot this file in my last commit.
llvm-svn: 73578
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/DerivedTypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/DerivedTypes.h b/llvm/include/llvm/DerivedTypes.h index fa951bf70d0..b5824f8f815 100644 --- a/llvm/include/llvm/DerivedTypes.h +++ b/llvm/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: //===--------------------------------------------------------------------===// |