diff options
author | Matthias Braun <matze@braunis.de> | 2016-05-03 05:21:53 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-05-03 05:21:53 +0000 |
commit | bb85aef77de97606e376edc0a880adf53a52d2ff (patch) | |
tree | 2069eabc5b77767283e3383dfb3615ac246dc105 /llvm/test | |
parent | 94158f91680a60740882faee90549c9d70207b14 (diff) | |
download | bcm5719-llvm-bb85aef77de97606e376edc0a880adf53a52d2ff.tar.gz bcm5719-llvm-bb85aef77de97606e376edc0a880adf53a52d2ff.zip |
Fix uppercase typo
llvm-svn: 268362
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/AArch64/optimize-cond-branch.ll | 2 |
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 |