Skip to content

Commit d145abc

Browse files
committed
[ARM] fix typo in large-stack.ll introduced when fixing another typo
1 parent 2fd614e commit d145abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 | \
33
; RUN: llvm-objdump -d --no-leading-addr --no-show-raw-insn - | FileCheck %s
4-
c
4+
55
define void @test1() {
66
; CHECK-LABEL: <test1>:
77
;; are we using correct prologue immediate materialization pattern for

0 commit comments

Comments
 (0)