Revert [CodeGen] Fix typos to run tests. NFC.
authorXing GUO <higuoxing@gmail.com>
Sat, 7 Sep 2019 05:14:47 +0000 (05:14 +0000)
committerXing GUO <higuoxing@gmail.com>
Sat, 7 Sep 2019 05:14:47 +0000 (05:14 +0000)
This reverts r371286 (git commit b38105bbd0f7dfef424a4f096aa6a6b7b467fe99)

r371286 caused build bots' failure. I'll check it.

llvm-svn: 371289

llvm/test/CodeGen/PowerPC/store-combine.ll

index b168a8e..ed8f230 100644 (file)
@@ -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