Skip to content

Commit

Permalink
[MIR] Add triple to test that assumes it runs on windows.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298211 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Mar 19, 2017
1 parent 2c46aa5 commit 4cd123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/MIR/X86/dynamic-regmask.ll
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4cd123a

Please sign in to comment.