summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-03-19 13:04:35 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-03-19 13:04:35 +0000
commit4cd123aadaf70194f56abd420c4ca9b4ce2ca1d8 (patch)
treed9aeae8213017c2be834f1c3bac7ae6f72f22c42 /test/CodeGen/MIR
parent2c46aa5d725c8c293f885ad2e90b55360f246cc8 (diff)
[MIR] Add triple to test that assumes it runs on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MIR')
-rw-r--r--test/CodeGen/MIR/X86/dynamic-regmask.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/X86/dynamic-regmask.ll b/test/CodeGen/MIR/X86/dynamic-regmask.ll
index 5434fba57c6..261f94747af 100644
--- a/test/CodeGen/MIR/X86/dynamic-regmask.ll
+++ b/test/CodeGen/MIR/X86/dynamic-regmask.ll
@@ -1,4 +1,4 @@
-; RUN: llc -stop-after machine-sink %s -o %t.mir
+; RUN: llc -mtriple x86_64-windows-msvc -stop-after machine-sink %s -o %t.mir
; RUN: FileCheck %s < %t.mir
; RUN: llc %t.mir -run-pass machine-sink
; Check that callee saved registers are printed in a format that can then be parsed.