mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Add new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
38e3fd3475
commit
94949dad0c
@ -89,6 +89,10 @@ public:
|
||||
///
|
||||
void replaceAllUsesWith(Value *V);
|
||||
|
||||
// uncheckedReplaceAllUsesWith - Just like replaceAllUsesWith but dangerous.
|
||||
// Only use when in type resolution situations!
|
||||
void uncheckedReplaceAllUsesWith(Value *V);
|
||||
|
||||
/// refineAbstractType - This function is implemented because we use
|
||||
/// potentially abstract types, and these types may be resolved to more
|
||||
/// concrete types after we are constructed.
|
||||
|
Loading…
Reference in New Issue
Block a user