summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorXing GUO <higuoxing@gmail.com>2019-09-07 04:57:53 +0000
committerXing GUO <higuoxing@gmail.com>2019-09-07 04:57:53 +0000
commitb38105bbd0f7dfef424a4f096aa6a6b7b467fe99 (patch)
tree2ef776a82175d4c08773162c8916ec84f124c548 /llvm
parentea61fcc2e46adc99b39525b77c98b101708386f4 (diff)
downloadbcm5719-llvm-b38105bbd0f7dfef424a4f096aa6a6b7b467fe99.tar.gz
bcm5719-llvm-b38105bbd0f7dfef424a4f096aa6a6b7b467fe99.zip
[CodeGen] Fix typos to run tests. NFC.
llvm-svn: 371286
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/PowerPC/store-combine.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/store-combine.ll b/llvm/test/CodeGen/PowerPC/store-combine.ll
index ed8f2309c37..b168a8e637c 100644
--- a/llvm/test/CodeGen/PowerPC/store-combine.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud