Skip to content

Commit 324be7d

Browse files
committed
clang-format
1 parent 3a09dcb commit 324be7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4304,7 +4304,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
43044304
// The NEON vector load instructions handled by this function all have
43054305
// integer variants. It is easier to use those rather than trying to cast
43064306
// a struct of vectors of floats into a struct of vectors of integers.
4307-
CallInst *CI = IRB.CreateIntrinsic(getShadowTy(&I), I.getIntrinsicID(), ShadowArgs);
4307+
CallInst *CI =
4308+
IRB.CreateIntrinsic(getShadowTy(&I), I.getIntrinsicID(), ShadowArgs);
43084309
setShadow(&I, CI);
43094310

43104311
if (!MS.TrackOrigins)

0 commit comments

Comments
 (0)