[GlobalsAA] Turn GlobalsAA on again by default

Now that all the known faults with GlobalsAA have been fixed, flip the big switch on -enable-non-lto-gmr again.

Feel free to pester me with any more bugs found, and don't hesitate to flip the switch back off.

llvm-svn: 250157
This commit is contained in:
James Molloy 2015-10-13 10:43:57 +00:00
parent 860507f838
commit 4015925606
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static cl::opt<bool> EnableLoopDistribute(
cl::desc("Enable the new, experimental LoopDistribution Pass")); cl::desc("Enable the new, experimental LoopDistribution Pass"));
static cl::opt<bool> EnableNonLTOGlobalsModRef( static cl::opt<bool> EnableNonLTOGlobalsModRef(
"enable-non-lto-gmr", cl::init(false), cl::Hidden, "enable-non-lto-gmr", cl::init(true), cl::Hidden,
cl::desc( cl::desc(
"Enable the GlobalsModRef AliasAnalysis outside of the LTO pipeline.")); "Enable the GlobalsModRef AliasAnalysis outside of the LTO pipeline."));