File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
2019bool 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 ))
You can’t perform that action at this time.
0 commit comments