Skip to content

Commit e7646cc

Browse files
committed
Remove unneeded type specification
1 parent a105da1 commit e7646cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenOpenACCClause.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class OpenACCClauseCIREmitter final
8989
&cgf.getMLIRContext(), width,
9090
mlir::IntegerType::SignednessSemantics::Signless);
9191
auto constOp = builder.create<mlir::arith::ConstantOp>(
92-
loc, ty, builder.getIntegerAttr(ty, value));
92+
loc, builder.getIntegerAttr(ty, value));
9393

9494
return constOp.getResult();
9595
}

0 commit comments

Comments
 (0)