1; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a7 -verify-machineinstrs %s -o - | FileCheck %s 2 3%struct.S = type { [65 x i8] } 4 5define void @naked_no_prologue(%struct.S* byval(%struct.S) align 4 %0) naked noinline nounwind optnone { 6; CHECK-NOT: stm 7; CHECK-NOT: str 8 9entry: 10 ret void 11 unreachable 12} 13 14