diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-22 15:42:33 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-22 15:42:33 +0000 |
| commit | 1f63d7fef9842ab2bea48eaa9a7175f530a09022 (patch) | |
| tree | 60709c26dd0be1e7e445ab77de91fbe2489994f4 | |
| parent | 1b45bdf5ba8f2a6ef646a52d7ddf48e65bd80c12 (diff) | |
| download | bcm5719-llvm-1f63d7fef9842ab2bea48eaa9a7175f530a09022.tar.gz bcm5719-llvm-1f63d7fef9842ab2bea48eaa9a7175f530a09022.zip | |
[NFC][ARM] addsubcarry-promotion.ll: whoops - replace '.' with '-' in check-prefix
Does not affect update_llc_test_checks, or the actual output,
but is not accepted by the actual FileCheck.
Sorry, i should have noticed this before committing,
not the very next second after..
llvm-svn: 361398
| -rw-r--r-- | llvm/test/CodeGen/ARM/addsubcarry-promotion.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/addsubcarry-promotion.ll b/llvm/test/CodeGen/ARM/addsubcarry-promotion.ll index 454b4b37f01..fc9feb9ff6b 100644 --- a/llvm/test/CodeGen/ARM/addsubcarry-promotion.ll +++ b/llvm/test/CodeGen/ARM/addsubcarry-promotion.ll @@ -2,10 +2,10 @@ ; RUN: llc -O2 -mtriple armv7a < %s | FileCheck --check-prefixes=ARM,ARMV7A %s ; RUN: llc -O2 -mtriple thumbv6m < %s | FileCheck --check-prefixes=THUMB1,THUMBV6M %s -; RUN: llc -O2 -mtriple thumbv8m.base < %s | FileCheck --check-prefixes=THUMB1,THUMBV8M.BASE %s +; RUN: llc -O2 -mtriple thumbv8m.base < %s | FileCheck --check-prefixes=THUMB1,THUMBV8M-BASE %s ; RUN: llc -O2 -mtriple thumbv7a < %s | FileCheck --check-prefixes=THUMB,THUMBV7A %s -; RUN: llc -O2 -mtriple thumbv8m.main < %s | FileCheck --check-prefixes=THUMB,THUMBV8M.MAIN %s +; RUN: llc -O2 -mtriple thumbv8m.main < %s | FileCheck --check-prefixes=THUMB,THUMBV8M-MAIN %s define void @fn1(i32 %a, i32 %b, i32 %c) local_unnamed_addr #0 { ; ARM-LABEL: fn1: |

