OSDN Git Service

[NFC] Fix typo.
authorClement Courbet <courbet@google.com>
Thu, 9 May 2019 07:12:25 +0000 (07:12 +0000)
committerClement Courbet <courbet@google.com>
Thu, 9 May 2019 07:12:25 +0000 (07:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360314 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/MergeICmps/X86/int64-and-ptr.ll

index 78924ae..2526d1b 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -mtriple=x86_64-unknown-unknown -mergeicmps -S | FileCheck %s --check-prefix=X86
 
-; 8-byte int and 8-byte pointer should merge into a 16-byte memcpy.
+; 8-byte int and 8-byte pointer should merge into a 16-byte memcmp.
 ; X86: memcmp(i8* {{.*}}, i8* {{.*}}, i64 16)
 
 %struct.outer = type { i64, %struct.inner* }