Forgot this file in my last commit.

llvm-svn: 73578
This commit is contained in:
Owen Anderson 2009-06-16 22:56:04 +00:00
parent b538e7b64f
commit e4ed45924a
1 changed files with 4 additions and 0 deletions

View 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:
//===--------------------------------------------------------------------===//