Skip to content

Commit

Permalink
[AMDGPU] Fix typo for "amdgpu-spill-sgpr-to-vgpr" option description
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaodongLoong committed Jul 3, 2023
1 parent 4a792e0 commit 5ca78d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using namespace llvm;

static cl::opt<bool> EnableSpillSGPRToVGPR(
"amdgpu-spill-sgpr-to-vgpr",
cl::desc("Enable spilling VGPRs to SGPRs"),
cl::desc("Enable spilling SGPRs to VGPRs"),
cl::ReallyHidden,
cl::init(true));

Expand Down

0 comments on commit 5ca78d6

Please sign in to comment.