1 ; RUN: llc < %s | FileCheck %s
2 target datalayout = "E-m:e-i64:64-n32:64"
3 target triple = "powerpc64"
5 ; Function Attrs: nounwind
6 define void @test() #0 {
9 call void asm sideeffect "nop", "~{r31}"() #1, !srcloc !0
13 ; CHECK: std 31, -8(1)
14 ; CHECK: stdu 1, -{{[0-9]+}}(1)
23 attributes #0 = { nounwind "frame-pointer"="all" "target-cpu"="ppc64" }
24 attributes #1 = { nounwind }