Skip to content

Commit

Permalink
[ARM] fix typo in large-stack.ll test
Browse files Browse the repository at this point in the history
In llvm/test/CodeGen/ARM/large-stack.ll, the C in FileCheck wasn't
uppercased. This wasn't spotted in development as MacOS's HFS+ fs is apparently
often configured case-insensitive.
  • Loading branch information
stuij committed Jul 4, 2023
1 parent 9b37bfa commit 61bcaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/CodeGen/ARM/large-stack.ll
Original file line number Diff line number Diff line change
@@ -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

; 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
Expand Down

0 comments on commit 61bcaae

Please sign in to comment.