[llvm] d145abc - [ARM] fix typo in large-stack.ll introduced when fixing another typo

Ties Stuij via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 03:23:36 PDT 2023


Author: Ties Stuij
Date: 2023-07-04T11:23:24+01:00
New Revision: d145abcfb3d68ac0f341076a93c73c61b45b34ad

URL: https://github.com/llvm/llvm-project/commit/d145abcfb3d68ac0f341076a93c73c61b45b34ad
DIFF: https://github.com/llvm/llvm-project/commit/d145abcfb3d68ac0f341076a93c73c61b45b34ad.diff

LOG: [ARM] fix typo in large-stack.ll introduced when fixing another typo

Added: 
    

Modified: 
    llvm/test/CodeGen/ARM/large-stack.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/ARM/large-stack.ll b/llvm/test/CodeGen/ARM/large-stack.ll
index 20a0ab75c18c2e..9e59aff3694d30 100644
--- a/llvm/test/CodeGen/ARM/large-stack.ll
+++ b/llvm/test/CodeGen/ARM/large-stack.ll
@@ -1,7 +1,7 @@
 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
 ; RUN: llc -mtriple=thumbv6m-eabi -mattr=+execute-only %s -o - -filetype=obj | \
 ; RUN:   llvm-objdump -d --no-leading-addr --no-show-raw-insn - | FileCheck %s
-c
+
 define void @test1() {
 ; CHECK-LABEL: <test1>:
 ;; are we using correct prologue immediate materialization pattern for


        


More information about the llvm-commits mailing list