Skip to content

Commit 9adc046

Browse files
committed
fix formatting
1 parent 5e92c3d commit 9adc046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/ReplaceWithVeclib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static bool replaceWithCallToVeclib(const TargetLibraryInfo &TLI,
114114
SmallVector<Type *, 8> ScalarArgTypes;
115115
auto *VTy = dyn_cast<VectorType>(RetTy);
116116
ElementCount EC(!RetIsScalar && VTy ? VTy->getElementCount()
117-
: ElementCount::getFixed(0));
117+
: ElementCount::getFixed(0));
118118

119119
// OloadTys collects types used in scalar intrinsic overload name.
120120
SmallVector<Type *, 3> OloadTys;

0 commit comments

Comments
 (0)