Skip to content

Commit abd03a8

Browse files
committed
[nfc] Update MaybeReorderThread description (must not be 'undef' as said before)
1 parent 2d18a63 commit abd03a8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

include/dxc/DXIL/DxilConstants.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,7 @@ inline bool IsFeedbackTexture(DXIL::ResourceKind ResourceKind) {
487487
// Enumeration for operations specified by DXIL
488488
enum class OpCode : unsigned {
489489
//
490-
MaybeReorderThread = 268, // Reorders the current thread. Optionally accepts a
491-
// HitObject arg, or undef
490+
MaybeReorderThread = 268, // Reorders the current thread
492491
Reserved0 = 226, // Reserved
493492
Reserved1 = 227, // Reserved
494493
Reserved10 = 236, // Reserved

include/dxc/DXIL/DxilInstructions.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8987,8 +8987,7 @@ struct DxilInst_HitObject_MakeNop {
89878987
bool requiresUniformInputs() const { return false; }
89888988
};
89898989

8990-
/// This instruction Reorders the current thread. Optionally accepts a HitObject
8991-
/// arg, or undef
8990+
/// This instruction Reorders the current thread
89928991
struct DxilInst_MaybeReorderThread {
89938992
llvm::Instruction *Instr;
89948993
// Construction and identification

utils/hct/hctdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5833,7 +5833,7 @@ def UFI(name, **mappings):
58335833
"MaybeReorderThread",
58345834
next_op_idx,
58355835
"MaybeReorderThread",
5836-
"Reorders the current thread. Optionally accepts a HitObject arg, or undef",
5836+
"Reorders the current thread",
58375837
"v",
58385838
"",
58395839
[

0 commit comments

Comments
 (0)