From 262a3322b9e591101d8918950c607f031d4f3e86 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Wed, 19 Oct 2022 10:52:17 -0500 Subject: [PATCH] [NFC] Updating an incorrect code comment This slipped in by accident. --- llvm/include/llvm/BinaryFormat/DXContainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/BinaryFormat/DXContainer.h b/llvm/include/llvm/BinaryFormat/DXContainer.h index f065152..ad921d6 100644 --- a/llvm/include/llvm/BinaryFormat/DXContainer.h +++ b/llvm/include/llvm/BinaryFormat/DXContainer.h @@ -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); } -- 2.7.4