Skip to content

Commit 8852245

Browse files
Fix typo in help text for -aarch64-enable-branch-targets.
1 parent 96e3fb2 commit 8852245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64TargetMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static cl::opt<bool> EnableFalkorHWPFFix("aarch64-enable-falkor-hwpf-fix",
158158

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

164164
static cl::opt<unsigned> SVEVectorBitsMaxOpt(

0 commit comments

Comments
 (0)