Skip to content

Commit 959aecc

Browse files
Fixup commit
1 parent 1ca4018 commit 959aecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9779,8 +9779,8 @@ Value *CodeGenFunction::EmitSVEMaskedLoad(const CallExpr *E,
97799779
case Intrinsic::aarch64_sve_ld1uwq:
97809780
case Intrinsic::aarch64_sve_ld1udq:
97819781
MemoryTy = llvm::ScalableVectorType::get(MemEltTy, 1);
9782-
PredTy =
9783-
llvm::ScalableVectorType::get(IntegerType::get(getLLVMContext(), 1), 1);
9782+
PredTy = llvm::ScalableVectorType::get(
9783+
llvm::Type::getInt1Ty(getLLVMContext()), 1);
97849784
IsQuadLoad = true;
97859785
break;
97869786
default:

0 commit comments

Comments
 (0)