Skip to content

Commit 16c04e6

Browse files
committed
clang-format
1 parent 6c68042 commit 16c04e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4027,7 +4027,9 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
40274027
}
40284028

40294029
// Approximation only
4030-
void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) { handleShadowOr(I); }
4030+
void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) {
4031+
handleShadowOr(I);
4032+
}
40314033

40324034
void visitIntrinsicInst(IntrinsicInst &I) {
40334035
switch (I.getIntrinsicID()) {

0 commit comments

Comments
 (0)