We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7b1e0 commit e39097aCopy full SHA for e39097a
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -4341,8 +4341,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
4341
break;
4342
}
4343
4344
- // Arm NEON vector table intrinsics have the source/table register(s) as,
4345
- // arguments followed by the index register. They return the output.
+ // Arm NEON vector table intrinsics have the source/table register(s) as
+ // arguments, followed by the index register. They return the output.
4346
//
4347
// 'TBL writes a zero if an index is out-of-range, while TBX leaves the
4348
// original value unchanged in the destination register.'
0 commit comments