Skip to content

Commit

Permalink
[NFC] Fix comment to describe proper behavior (intel#9425)
Browse files Browse the repository at this point in the history
One of the options to spirv-to-ir-wrapper was not commented correctly
  • Loading branch information
mdtoguchi authored May 12, 2023
1 parent a47067c commit fb38046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/spirv-to-ir-wrapper/spirv-to-ir-wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static cl::opt<std::string> InputFilename(cl::Positional,
static cl::opt<std::string> Output("o", cl::value_desc("output IR filename"),
cl::desc("output filename"));

// LlvmSpirvOpts - The filename to output to.
// LlvmSpirvOpts - Options to pass along to llvm-spirv.
static cl::opt<std::string>
LlvmSpirvOpts("llvm-spirv-opts", cl::value_desc("llvm-spirv options"),
cl::desc("options to pass to llvm-spirv"));
Expand Down

0 comments on commit fb38046

Please sign in to comment.