1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 d1fbbd8273
commit 3974972558

View File

@ -50,6 +50,10 @@ protected:
/// ///
void dropAllTypeUses(); void dropAllTypeUses();
/// unlockedRefineAbstractTypeTo - Internal version of refineAbstractTypeTo
/// that performs no locking. Only used for internal recursion.
void unlockedRefineAbstractTypeTo(const Type *NewType);
public: public:
//===--------------------------------------------------------------------===// //===--------------------------------------------------------------------===//