We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da01ee commit 397f70bCopy full SHA for 397f70b
llvm/lib/Target/DirectX/DXILShaderFlags.cpp
@@ -54,7 +54,7 @@ static DXILModuleShaderFlagsInfo computeFlags(Module &M) {
54
}
55
56
void ComputedShaderFlags::print(raw_ostream &OS) const {
57
- uint64_t FlagVal = (uint64_t)*this;
+ uint64_t FlagVal = (uint64_t) * this;
58
OS << formatv("; Shader Flags Value: {0:x8}\n;\n", FlagVal);
59
if (FlagVal == 0)
60
return;
0 commit comments