mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Forgot this file in my last commit.
llvm-svn: 73578
This commit is contained in:
parent
d1fbbd8273
commit
3974972558
@ -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:
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user