summaryrefslogtreecommitdiffstats
path: root/llvm
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
commite4ed45924a0a882e16e20357a25d73b1dd0f9a4f (patch)
treed9e5863aeb9abfa44f1f5d41699c031247eef533 /llvm
parentb538e7b64f55999c0a0f24c0c076c4e4cb33d9e1 (diff)
downloadbcm5719-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.h4
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:
//===--------------------------------------------------------------------===//
OpenPOWER on IntegriCloud