forked from OSchip/llvm-project
parent
2616a7e0f7
commit
78fbcafb53
|
@ -1328,7 +1328,7 @@ bool GVN::iterateOnFunction(Function &F) {
|
|||
DE = df_end(DT.getRootNode()); DI != DE; ++DI)
|
||||
changed |= processBlock(*DI);
|
||||
|
||||
if (!EnablePRE)
|
||||
if (EnablePRE)
|
||||
changed |= performPRE(F);
|
||||
|
||||
return changed;
|
||||
|
|
Loading…
Reference in New Issue