1 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
4 define dso_local void @func() {
9 define dso_local void @main() {
11 call void asm sideeffect inteldialect "call ${0:P}", "*m,~{dirflag},~{fpsr},~{flags}"(ptr elementtype(void ()) @func)
14 ; CHECK: {{## InlineAsm Start|#APP}}
15 ; CHECK: {{call(l|q) func$}}
16 ; CHECK: {{## InlineAsm End|#NO_APP}}