Skip to content

Commit 8449825

Browse files
committed
clang-format
1 parent b30eeaf commit 8449825

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
@@ -4013,7 +4013,9 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
40134013
}
40144014

40154015
// Approximation only
4016-
void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) { handleShadowOr(I); }
4016+
void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) {
4017+
handleShadowOr(I);
4018+
}
40174019

40184020
void visitIntrinsicInst(IntrinsicInst &I) {
40194021
switch (I.getIntrinsicID()) {

0 commit comments

Comments
 (0)