From: Xing GUO Date: Sat, 7 Sep 2019 04:57:53 +0000 (+0000) Subject: [CodeGen] Fix typos to run tests. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1113073f1025e7d54bbd7474135a6657112eb30;p=llvm [CodeGen] Fix typos to run tests. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371286 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/store-combine.ll b/test/CodeGen/PowerPC/store-combine.ll index ed8f2309c37..b168a8e637c 100644 --- a/test/CodeGen/PowerPC/store-combine.ll +++ b/test/CodeGen/PowerPC/store-combine.ll @@ -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