Skip to content

Commit 16f34b2

Browse files
committed
Fix merge conflict
1 parent a17251d commit 16f34b2

File tree

1 file changed

+0
-4
lines changed
  • clang/include/clang/Sema

1 file changed

+0
-4
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10045,10 +10045,6 @@ class Sema final {
1004510045
bool checkAllowedSYCLInitializer(VarDecl *VD,
1004610046
bool CheckValueDependent = false);
1004710047

10048-
// Adds an intel_reqd_sub_group_size attribute to a particular declaration.
10049-
void addIntelReqdSubGroupSizeAttr(Decl *D, const AttributeCommonInfo &CI,
10050-
Expr *E);
10051-
1005210048
// Adds an scheduler_target_fmax_mhz intel_reqd_sub_group_size attribute to a
1005310049
// particular declaration.
1005410050
void addSYCLIntelSchedulerTargetFmaxMhzAttr(Decl *D,

0 commit comments

Comments
 (0)