summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-11 09:23:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-11 09:23:44 +0000
commit47eafaa2ab3f3f45588c115c580bf58e5cf147d4 (patch)
tree1c2ca1b00b80b74e2eebaefdc76a99c47eb4c99c /test
parent4e728be2bfb9b2dee209b563c573dc5a7ae00730 (diff)
downloadllvm-47eafaa2ab3f3f45588c115c580bf58e5cf147d4.tar.gz
llvm-47eafaa2ab3f3f45588c115c580bf58e5cf147d4.tar.bz2
llvm-47eafaa2ab3f3f45588c115c580bf58e5cf147d4.tar.xz
llvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtriple=x86_64-unknown-unknown.
XMM(s) are really spilling for targeting Win64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/anyregcc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/anyregcc.ll b/test/CodeGen/X86/anyregcc.ll
index a00b9c433f..d0b6665b15 100644
--- a/test/CodeGen/X86/anyregcc.ll
+++ b/test/CodeGen/X86/anyregcc.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s
-; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck --check-prefix=SSE %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7 | FileCheck --check-prefix=SSE %s
; RUN: llc < %s -march=x86-64 -mcpu=corei7-avx | FileCheck --check-prefix=AVX %s