Skip to content

Commit c1d1832

Browse files
author
Oren Ben Simhon
committed
[MIR] Test assumes x64 windows calling convention upon printing/parsing MIR output/input.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298212 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4cd123a commit c1d1832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CodeGen/MIR/X86/dynamic-regmask.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; RUN: llc -mtriple x86_64-windows-msvc -stop-after machine-sink %s -o %t.mir
1+
; RUN: llc -mtriple=x86_64-pc-win32 -stop-after machine-sink %s -o %t.mir
22
; RUN: FileCheck %s < %t.mir
3-
; RUN: llc %t.mir -run-pass machine-sink
3+
; RUN: llc %t.mir -mtriple=x86_64-pc-win32 -run-pass machine-sink
44
; Check that callee saved registers are printed in a format that can then be parsed.
55

66
declare x86_regcallcc i32 @callee(i32 %a0, i32 %b0, i32 %c0, i32 %d0, i32 %e0)

0 commit comments

Comments
 (0)