Skip to content

Commit 756957a

Browse files
committed
address pr comments
1 parent 74f8680 commit 756957a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

clang/include/clang/Sema/SemaSPIRV.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===----- SemaSPIRV.h ----- Semantic Analysis for SPIRV constructs
2-
//---------===//
1+
//===----- SemaSPIRV.h ----- Semantic Analysis for SPIRV constructs--------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

clang/lib/Sema/SemaSPIRV.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- SemaSPIRV.cpp - Semantic Analysis for SPIRV constructs
2-
//---------------===//
1+
//===- SemaSPIRV.cpp - Semantic Analysis for SPIRV constructs--------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.
@@ -19,7 +18,6 @@ SemaSPIRV::SemaSPIRV(Sema &S) : SemaBase(S) {}
1918

2019
bool SemaSPIRV::CheckSPIRVBuiltinFunctionCall(unsigned BuiltinID,
2120
CallExpr *TheCall) {
22-
// position of memory order and scope arguments in the builtin
2321
switch (BuiltinID) {
2422
case SPIRV::BI__builtin_spirv_distance: {
2523
if (SemaRef.checkArgCount(TheCall, 2))

0 commit comments

Comments
 (0)