Skip to content

Commit d6b40b7

Browse files
author
git apple-llvm automerger
committed
Merge commit '1154ed8f3c97' from llvm.org/main into next
2 parents d610363 + 1154ed8 commit d6b40b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/SandboxIR/SandboxIRTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ define void @foo(i1 %c0, i8 %v0, i8 %v1, i1 %c1) {
23472347
auto *False = sandboxir::ConstantInt::get(sandboxir::Type::getInt1Ty(Ctx),
23482348
0, /*IsSigned=*/false);
23492349
auto *FortyTwo =
2350-
sandboxir::ConstantInt::get(sandboxir::Type::getInt1Ty(Ctx), 42,
2350+
sandboxir::ConstantInt::get(sandboxir::Type::getInt32Ty(Ctx), 42,
23512351
/*IsSigned=*/false);
23522352
auto *NewSel = sandboxir::SelectInst::create(False, FortyTwo, FortyTwo,
23532353
Ret->getIterator(), Ctx);

0 commit comments

Comments
 (0)