Skip to content

Commit 61bcaae

Browse files
committed
[ARM] fix typo in large-stack.ll test
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.
1 parent 9b37bfa commit 61bcaae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
22
; RUN: llc -mtriple=thumbv6m-eabi -mattr=+execute-only %s -o - -filetype=obj | \
3-
; RUN: llvm-objdump -d --no-leading-addr --no-show-raw-insn - | Filecheck %s
4-
3+
; RUN: llvm-objdump -d --no-leading-addr --no-show-raw-insn - | FileCheck %s
4+
c
55
define void @test1() {
66
; CHECK-LABEL: <test1>:
77
;; are we using correct prologue immediate materialization pattern for

0 commit comments

Comments
 (0)