1 ; RUN: llc < %s -mtriple=i386-pc-mingw32 | FileCheck %s
3 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -O0 | FileCheck %s -check-prefix=FAST
6 declare dllimport void @foo()
8 define void @bar() nounwind {
9 ; CHECK: calll *__imp__foo
10 ; FAST: movl __imp__foo, [[R:%[a-z]{3}]]