Skip to content

Commit c9a8529

Browse files
committed
clang-format
1 parent bfc04bd commit c9a8529

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
@@ -2997,7 +2997,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
29972997
/// fine).
29982998
///
29992999
/// Caller guarantees that this intrinsic does not access memory.
3000-
bool maybeHandleSimpleNomemIntrinsic(IntrinsicInst &I, unsigned int trailingFlags) {
3000+
bool maybeHandleSimpleNomemIntrinsic(IntrinsicInst &I,
3001+
unsigned int trailingFlags) {
30013002
Type *RetTy = I.getType();
30023003
if (!(RetTy->isIntOrIntVectorTy() || RetTy->isFPOrFPVectorTy()))
30033004
return false;

0 commit comments

Comments
 (0)