Skip to content

Commit 6be9c7d

Browse files
committed
[AMDGPU] Correct comment typo in SIMemoryLegaliizer.cpp
1 parent 65e5006 commit 6be9c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class SIMemOpAccess final {
253253
class SICacheControl {
254254
protected:
255255

256-
//// AMDGPU subtarget info.
256+
/// AMDGPU subtarget info.
257257
const GCNSubtarget &ST;
258258

259259
/// Instruction info.

0 commit comments

Comments
 (0)