Skip to content

Commit d184504

Browse files
author
git apple-llvm automerger
committed
Merge commit '31f45596737f' from llvm.org/main into next
2 parents f4493a7 + 31f4559 commit d184504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/Dialect/SPIRV/SerializationTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class SerializationTest : public ::testing::Test {
7777
}
7878

7979
// Inserts an Integer or a Vector of Integers constant of value 'val'.
80-
spirv::ConstantOp AddConstInt(Type type, APInt val) {
80+
spirv::ConstantOp AddConstInt(Type type, const APInt &val) {
8181
OpBuilder builder(module->getRegion());
8282
auto loc = UnknownLoc::get(&context);
8383

0 commit comments

Comments
 (0)