Skip to content

Commit

Permalink
Fix typo in help text for -aarch64-enable-branch-targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalker-arm committed Jul 5, 2021
1 parent 96e3fb2 commit 8852245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static cl::opt<bool> EnableFalkorHWPFFix("aarch64-enable-falkor-hwpf-fix",

static cl::opt<bool>
EnableBranchTargets("aarch64-enable-branch-targets", cl::Hidden,
cl::desc("Enable the AAcrh64 branch target pass"),
cl::desc("Enable the AArch64 branch target pass"),
cl::init(true));

static cl::opt<unsigned> SVEVectorBitsMaxOpt(
Expand Down

0 comments on commit 8852245

Please sign in to comment.