Skip to content

Commit 193df2a

Browse files
authored
[RISCV][NFC] Fix typo in RISCVIndirectBranchTracking.cpp (#157221)
1 parent 3bdd397 commit 193df2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVIndirectBranchTracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// The pass adds LPAD (AUIPC with rs1 = X0) machine instructions at the
9+
// The pass adds LPAD (AUIPC with rd = X0) machine instructions at the
1010
// beginning of each basic block or function that is referenced by an indirect
1111
// jump/call instruction.
1212
//

0 commit comments

Comments
 (0)