From 89c6befa0ad772ed5259436fd69405346ee97002 Mon Sep 17 00:00:00 2001 From: Xing GUO Date: Sat, 7 Sep 2019 05:14:47 +0000 Subject: [PATCH] Revert [CodeGen] Fix typos to run tests. NFC. This reverts r371286 (git commit b38105bbd0f7dfef424a4f096aa6a6b7b467fe99) r371286 caused build bots' failure. I'll check it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371289 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/store-combine.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/PowerPC/store-combine.ll b/test/CodeGen/PowerPC/store-combine.ll index b168a8e637c..ed8f2309c37 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 -; CHECK-PPC64LE: stdbrx [[REG2]], 0, 4 -; CHECK-PPC64: stdx [[REG2]], 0, 4 +; CEHCK-PPC64LE: stdbrx [[REG2]], 0, 4 +; CEHCK-PPC64: stdx [[REG2]], 0, 4 } ; One of the stores is volatile -- 2.40.0