[NFC] Fix typo.

llvm-svn: 360314
This commit is contained in:
Clement Courbet 2019-05-09 07:12:25 +00:00
parent 366cda03a8
commit fb0f66ddb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; RUN: opt < %s -mtriple=x86_64-unknown-unknown -mergeicmps -S | FileCheck %s --check-prefix=X86 ; 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) ; X86: memcmp(i8* {{.*}}, i8* {{.*}}, i64 16)
%struct.outer = type { i64, %struct.inner* } %struct.outer = type { i64, %struct.inner* }