mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Forgot this file in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
845e7e812c
commit
1527f5442a
@ -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