]> granicus.if.org Git - llvm/commitdiff
[NFC][ARM] addsubcarry-promotion.ll: whoops - replace '.' with '-' in check-prefix
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 22 May 2019 15:42:33 +0000 (15:42 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 22 May 2019 15:42:33 +0000 (15:42 +0000)
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..

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361398 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/addsubcarry-promotion.ll

index 454b4b37f019e4e3127ab9fd762c286287ff6ca5..fc9feb9ff6b76606e0f28249763cdeff51782eb1 100644 (file)
@@ -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: