Skip to content

Commit f5d688c

Browse files
committed
Fix comment wording
1 parent 9d64d8b commit f5d688c

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
@@ -4009,8 +4009,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
40094009
/// intrinsic(shadow[var1], shadow[var2], opType) | shadow[opType]
40104010
///
40114011
/// CAUTION: this assumes that the intrinsic will handle arbitrary
4012-
/// bit-patterns (for example, if the intrinsic only accepts floats
4013-
/// for var1, we require that it doesn't care if inputs are NaNs).
4012+
/// bit-patterns (for example, if the intrinsic accepts floats for
4013+
/// var1, we require that it doesn't care if inputs are NaNs).
40144014
///
40154015
/// For example, this can be applied to the Arm NEON vector table intrinsics
40164016
/// (tbl{1,2,3,4}).

0 commit comments

Comments
 (0)