[llvm] r371289 - Revert [CodeGen] Fix typos to run tests. NFC.

Xing GUO via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 22:14:47 PDT 2019


Author: higuoxing
Date: Fri Sep  6 22:14:47 2019
New Revision: 371289

URL: http://llvm.org/viewvc/llvm-project?rev=371289&view=rev
Log:
Revert [CodeGen] Fix typos to run tests. NFC.

This reverts r371286 (git commit b38105bbd0f7dfef424a4f096aa6a6b7b467fe99)

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

Modified:
    llvm/trunk/test/CodeGen/PowerPC/store-combine.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/store-combine.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/store-combine.ll?rev=371289&r1=371288&r2=371289&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/store-combine.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/store-combine.ll Fri Sep  6 22:14:47 2019
@@ -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




More information about the llvm-commits mailing list