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

Xing GUO via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 21:57:53 PDT 2019


Author: higuoxing
Date: Fri Sep  6 21:57:53 2019
New Revision: 371286

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

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=371286&r1=371285&r2=371286&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/store-combine.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/store-combine.ll Fri Sep  6 21:57:53 2019
@@ -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




More information about the llvm-commits mailing list