summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR')
-rw-r--r--test/CodeGen/MIR/X86/dynamic-regmask.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/MIR/X86/dynamic-regmask.ll b/test/CodeGen/MIR/X86/dynamic-regmask.ll
index 261f94747af..df58f4be79d 100644
--- a/test/CodeGen/MIR/X86/dynamic-regmask.ll
+++ b/test/CodeGen/MIR/X86/dynamic-regmask.ll
@@ -1,6 +1,6 @@
-; RUN: llc -mtriple x86_64-windows-msvc -stop-after machine-sink %s -o %t.mir
+; RUN: llc -mtriple=x86_64-pc-win32 -stop-after machine-sink %s -o %t.mir
; RUN: FileCheck %s < %t.mir
-; RUN: llc %t.mir -run-pass machine-sink
+; RUN: llc %t.mir -mtriple=x86_64-pc-win32 -run-pass machine-sink
; Check that callee saved registers are printed in a format that can then be parsed.
declare x86_regcallcc i32 @callee(i32 %a0, i32 %b0, i32 %c0, i32 %d0, i32 %e0)