1 ; RUN: llc %s -o - | sed -n -e '/@APP/,/@NO_APP/p' > %t
2 ; RUN: sed -n -e 's/^;CHECK://p' %s > %t2
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "arm-eabi"
8 ; Function Attrs: nounwind uwtable
9 define void @foo() #0 {
11 call void asm sideeffect "#isolated preprocessor comment", "~{dirflag},~{fpsr},~{flags}"() #0
13 ;CHECK: @isolated preprocessor comment
18 attributes #0 = { nounwind }