Skip to content

Commit 76a2d07

Browse files
committed
add comment to reinitiate build tests
1 parent 6480d2d commit 76a2d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) {
11161116

11171117
ExprResult A = TheCall->getArg(0);
11181118
QualType ArgTyA = A.get()->getType();
1119-
1119+
// return type is the same as the input type
11201120
TheCall->setType(ArgTyA);
11211121
break;
11221122
}

0 commit comments

Comments
 (0)