Skip to content

Commit df8d598

Browse files
committed
Whitespace
1 parent 1b4441b commit df8d598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5347,7 +5347,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
53475347
break;
53485348

53495349
// Convert Scalar Double Precision Floating-Point Value
5350-
// to Unsigned DoublewordInteger
5350+
// to Unsigned Doubleword Integer
53515351
// etc.
53525352
case Intrinsic::x86_avx512_vcvtsd2usi64:
53535353
case Intrinsic::x86_avx512_vcvtsd2usi32:

0 commit comments

Comments
 (0)