summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bss_pagealigned.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/bss_pagealigned.ll')
-rw-r--r--test/CodeGen/X86/bss_pagealigned.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/bss_pagealigned.ll b/test/CodeGen/X86/bss_pagealigned.ll
index 4a1049bc56..27c536144b 100644
--- a/test/CodeGen/X86/bss_pagealigned.ll
+++ b/test/CodeGen/X86/bss_pagealigned.ll
@@ -10,7 +10,7 @@ define void @unxlate_dev_mem_ptr(i64 %phis, i8* %addr) nounwind {
; CHECK: movq $bm_pte, %rdi
; CHECK-NEXT: xorl %esi, %esi
; CHECK-NEXT: movl $4096, %edx
-; CHECK-NEXT: call memset
+; CHECK-NEXT: callq memset
ret void
}
@bm_pte = internal global [512 x %struct.kmem_cache_order_objects] zeroinitializer, section ".bss.page_aligned", align 4096