14 lines · plain
1; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a7 -verify-machineinstrs %s -o - | FileCheck %s2 3%struct.S = type { [65 x i8] }4 5define void @naked_no_prologue(ptr byval(%struct.S) align 4 %0) naked noinline nounwind optnone {6; CHECK-NOT: stm7; CHECK-NOT: str8 9entry:10 ret void11 unreachable12}13 14