forked from OSchip/llvm-project
parent
8cbaf924b4
commit
ee3b99c585
|
@ -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