summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/anyregcc.ll
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
commit80a474c1c3ee2e179494b2520432fffa12070bdc (patch)
tree403ec55fdcf52954893f70c65a78f39889c1ae3d /llvm/test/CodeGen/X86/anyregcc.ll
parent66445382ffd46132a5466a3fd79d5fc9d8dd1af6 (diff)
downloadbcm5719-llvm-80a474c1c3ee2e179494b2520432fffa12070bdc.tar.gz
bcm5719-llvm-80a474c1c3ee2e179494b2520432fffa12070bdc.zip
llvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtriple=x86_64-unknown-unknown.
XMM(s) are really spilling for targeting Win64. llvm-svn: 198999
Diffstat (limited to 'llvm/test/CodeGen/X86/anyregcc.ll')
-rw-r--r--llvm/test/CodeGen/X86/anyregcc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/anyregcc.ll b/llvm/test/CodeGen/X86/anyregcc.ll
index a00b9c433f8..d0b6665b156 100644
--- a/llvm/test/CodeGen/X86/anyregcc.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud