1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Revert "[CGP] Enable extending scope of optimizeMemoryInst"

Revert the patch r317665 causing buildbot failures.

llvm-svn: 317667
This commit is contained in:
Serguei Katkov 2017-11-08 05:38:54 +00:00
parent 50729593b5
commit 2fd7d59d57

View File

@ -190,7 +190,7 @@ EnableTypePromotionMerge("cgp-type-promotion-merge", cl::Hidden,
" the other."), cl::init(true));
static cl::opt<bool> DisableComplexAddrModes(
"disable-complex-addr-modes", cl::Hidden, cl::init(false),
"disable-complex-addr-modes", cl::Hidden, cl::init(true),
cl::desc("Disables combining addressing modes with different parts "
"in optimizeMemoryInst."));