Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.
[oota-llvm.git] / test / CodeGen / X86 / win_chkstk.ll
index 2933eeb5404b04111dece2232d92214da2aa46c5..c05b85c16f928a98b86df00058fc22c8635b260e 100644 (file)
@@ -15,7 +15,7 @@ entry:
 ; WIN_X32:    calll __chkstk
 ; WIN_X64:    call __chkstk
 ; MINGW_X32:  calll __alloca
-; MINGW_X64:  calll _alloca
+; MINGW_X64:  callq _alloca
 ; LINUX-NOT:  call __chkstk
   %array4096 = alloca [4096 x i8], align 16       ; <[4096 x i8]*> [#uses=0]
   ret i32 0
@@ -34,7 +34,7 @@ entry:
 ; WIN_X64:       ret
 
 ; MINGW_X64:     # BB#0:
-; MINGW_X64-NOT: call _alloca
+; MINGW_X64-NOT: callq _alloca
 ; MINGW_X64:     ret
 
 ; LINUX:         # BB#0: