[CodeGen] Fix typos to run tests. NFC.

llvm-svn: 371286
This commit is contained in:
Xing GUO 2019-09-07 04:57:53 +00:00
parent ea61fcc2e4
commit b38105bbd0
1 changed files with 2 additions and 2 deletions
llvm/test/CodeGen/PowerPC

View File

@ -234,8 +234,8 @@ entry:
%conv28 = trunc i64 %shr26 to i8
store i8 %conv28, i8* %p, align 1
ret void
; CEHCK-PPC64LE: stdbrx [[REG2]], 0, 4
; CEHCK-PPC64: stdx [[REG2]], 0, 4
; CHECK-PPC64LE: stdbrx [[REG2]], 0, 4
; CHECK-PPC64: stdx [[REG2]], 0, 4
}
; One of the stores is volatile