mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Spell aggressive correctly
llvm-svn: 2551
This commit is contained in:
parent
ce6632281f
commit
07a6a20a96
@ -78,7 +78,7 @@ struct {
|
||||
{ indvars , createIndVarSimplifyPass },
|
||||
{ instcombine, createInstructionCombiningPass },
|
||||
{ sccp , createSCCPPass },
|
||||
{ adce , createAgressiveDCEPass },
|
||||
{ adce , createAggressiveDCEPass },
|
||||
{ raise , createRaisePointerReferencesPass },
|
||||
{ mem2reg , createPromoteMemoryToRegister },
|
||||
{ lowerrefs, createDecomposeMultiDimRefsPass },
|
||||
@ -125,7 +125,7 @@ cl::EnumList<enum Opts> OptimizationList(cl::NoFlags,
|
||||
clEnumVal(indvars , "Simplify Induction Variables"),
|
||||
clEnumVal(instcombine, "Combine redundant instructions"),
|
||||
clEnumVal(sccp , "Sparse Conditional Constant Propogation"),
|
||||
clEnumVal(adce , "Agressive DCE"),
|
||||
clEnumVal(adce , "Aggressive DCE"),
|
||||
clEnumVal(mem2reg , "Promote alloca locations to registers"),
|
||||
|
||||
clEnumVal(internalize, "Mark all fn's internal except for main"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user