forked from OSchip/llvm-project
Revert "[CGP] Enable extending scope of optimizeMemoryInst"
Revert the patch r317665 causing buildbot failures. llvm-svn: 317667
This commit is contained in:
parent
ee892325bf
commit
3664aa8658
|
@ -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."));
|
||||
|
||||
|
|
Loading…
Reference in New Issue