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 ee892325bf
commit 3664aa8658
1 changed files with 1 additions and 1 deletions

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."));