Skip to content

Commit 79e9564

Browse files
committed
format
1 parent 190cfcd commit 79e9564

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ static raw_ostream &operator<<(raw_ostream &OS,
120120
return OS;
121121
}
122122

123-
124123
raw_ostream &operator<<(raw_ostream &OS, const dxbc::RootFlags &Flags) {
125124
OS << "RootFlags(";
126125
printFlags(OS, Flags, dxbc::getRootFlags());

0 commit comments

Comments
 (0)