Skip to content

Commit

Permalink
[NFC] Updating an incorrect code comment
Browse files Browse the repository at this point in the history
This slipped in by accident.
  • Loading branch information
llvm-beanz committed Oct 19, 2022
1 parent 8c489bd commit 262a332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/BinaryFormat/DXContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ enum class HashFlags : uint32_t {
};

struct ShaderHash {
uint32_t Flags; // DxilShaderHashFlags
uint32_t Flags; // dxbc::HashFlags
uint8_t Digest[16];

void swapBytes() { sys::swapByteOrder(Flags); }
Expand Down

0 comments on commit 262a332

Please sign in to comment.