Skip to content

Commit e39097a

Browse files
committed
Fix typo
1 parent ce7b1e0 commit e39097a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4341,8 +4341,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
43414341
break;
43424342
}
43434343

4344-
// Arm NEON vector table intrinsics have the source/table register(s) as,
4345-
// arguments followed by the index register. They return the output.
4344+
// Arm NEON vector table intrinsics have the source/table register(s) as
4345+
// arguments, followed by the index register. They return the output.
43464346
//
43474347
// 'TBL writes a zero if an index is out-of-range, while TBX leaves the
43484348
// original value unchanged in the destination register.'

0 commit comments

Comments
 (0)