Skip to content

Commit 35d75e9

Browse files
committed
clang-format
Signed-off-by: Nathan Gauër <[email protected]>
1 parent cbe0540 commit 35d75e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/clang/lib/Sema/SemaHLSL.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15227,9 +15227,9 @@ bool Sema::CheckHLSLIntrinsicCall(FunctionDecl *FDecl, CallExpr *TheCall) {
1522715227
// to limit the scope, and fail gracefully in some cases.
1522815228
if (!getLangOpts().SPIRV)
1522915229
return false;
15230-
// This should never happen for SPIR-V. But on the DXIL side, extension can be added by
15231-
// inserting new intrinsics, meaning opcodes can collide with existing ones.
15232-
// See the ExtensionTest.EvalAttributeCollision test.
15230+
// This should never happen for SPIR-V. But on the DXIL side, extension can
15231+
// be added by inserting new intrinsics, meaning opcodes can collide with
15232+
// existing ones. See the ExtensionTest.EvalAttributeCollision test.
1523315233
assert(FDecl->getName() == "GetAttributeAtVertex");
1523415234
return CheckIntrinsicGetAttributeAtVertex(this, FDecl, TheCall);
1523515235
default:

0 commit comments

Comments
 (0)