summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dll-linkage.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/dll-linkage.ll')
-rw-r--r--test/CodeGen/X86/dll-linkage.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dll-linkage.ll b/test/CodeGen/X86/dll-linkage.ll
index c634c7e1fd..9136175852 100644
--- a/test/CodeGen/X86/dll-linkage.ll
+++ b/test/CodeGen/X86/dll-linkage.ll
@@ -3,7 +3,7 @@
declare dllimport void @foo()
define void @bar() nounwind {
-; CHECK: call *__imp__foo
+; CHECK: calll *__imp__foo
call void @foo()
ret void
}