forked from OSchip/llvm-project
parent
a33bcff313
commit
adf5ec6f96
File diff suppressed because it is too large
Load Diff
|
|
@ -108,8 +108,8 @@ static struct PerModuleInfo {
|
|||
|
||||
// Look for intrinsic functions and CallInst that need to be upgraded
|
||||
for (Module::iterator FI = CurrentModule->begin(),FE = CurrentModule->end();
|
||||
FI != FE; ++FI)
|
||||
UpgradeCallsToIntrinsic(FI);
|
||||
FI != FE; )
|
||||
UpgradeCallsToIntrinsic(FI++);
|
||||
|
||||
Values.clear(); // Clear out function local definitions
|
||||
Types.clear();
|
||||
|
|
|
|||
Loading…
Reference in New Issue