Skip to content

Commit 9f0afa9

Browse files
committed
Actually add a colon after the TODO in the comment
1 parent 32a9919 commit 9f0afa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static cl::opt<bool> UseDivergentRegisterIndexing(
6161
cl::desc("Use indirect register addressing for divergent indexes"),
6262
cl::init(false));
6363

64-
// TODO This option should be removed once we switch to always using PTRADD in
64+
// TODO: This option should be removed once we switch to always using PTRADD in
6565
// the SelectionDAG.
6666
static cl::opt<bool> UseSelectionDAGPTRADD(
6767
"amdgpu-use-sdag-ptradd", cl::Hidden,

0 commit comments

Comments
 (0)