OSDN Git Service

[MIR] Test assumes x64 windows calling convention upon printing/parsing MIR output...
authorOren Ben Simhon <oren.ben.simhon@intel.com>
Sun, 19 Mar 2017 13:23:20 +0000 (13:23 +0000)
committerOren Ben Simhon <oren.ben.simhon@intel.com>
Sun, 19 Mar 2017 13:23:20 +0000 (13:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298212 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 261f947..df58f4b 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llc -mtriple x86_64-windows-msvc -stop-after machine-sink %s -o %t.mir\r
+; RUN: llc -mtriple=x86_64-pc-win32 -stop-after machine-sink %s -o %t.mir\r
 ; RUN: FileCheck %s < %t.mir\r
-; RUN: llc %t.mir -run-pass machine-sink\r
+; RUN: llc %t.mir -mtriple=x86_64-pc-win32 -run-pass machine-sink\r
 ; Check that callee saved registers are printed in a format that can then be parsed.\r
 \r
 declare x86_regcallcc i32 @callee(i32 %a0, i32 %b0, i32 %c0, i32 %d0, i32 %e0)\r