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:
parent
50729593b5
commit
2fd7d59d57
@ -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
Block a user