mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Really disable PRE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6af087cb9
commit
f2204d7bb1
@ -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…
x
Reference in New Issue
Block a user