summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/optimize-cond-branch.ll
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-05-03 05:21:53 +0000
committerMatthias Braun <matze@braunis.de>2016-05-03 05:21:53 +0000
commitbb85aef77de97606e376edc0a880adf53a52d2ff (patch)
tree2069eabc5b77767283e3383dfb3615ac246dc105 /llvm/test/CodeGen/AArch64/optimize-cond-branch.ll
parent94158f91680a60740882faee90549c9d70207b14 (diff)
downloadbcm5719-llvm-bb85aef77de97606e376edc0a880adf53a52d2ff.tar.gz
bcm5719-llvm-bb85aef77de97606e376edc0a880adf53a52d2ff.zip
Fix uppercase typo
llvm-svn: 268362
Diffstat (limited to 'llvm/test/CodeGen/AArch64/optimize-cond-branch.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/optimize-cond-branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/optimize-cond-branch.ll b/llvm/test/CodeGen/AArch64/optimize-cond-branch.ll
index ef6e31baa71..4e3ca6f16e7 100644
--- a/llvm/test/CodeGen/AArch64/optimize-cond-branch.ll
+++ b/llvm/test/CodeGen/AArch64/optimize-cond-branch.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs -o - %s | FileCHeck %s
+; RUN: llc -verify-machineinstrs -o - %s | FileCheck %s
target triple = "arm64--"
; AArch64InstrInfo::optimizeCondBranch() optimizes the
OpenPOWER on IntegriCloud