summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_uint_to_fp.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-05-20 15:11:26 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-05-20 15:11:26 +0000
commit0bf26746d9791bc27a51121d31b247867ea469ea (patch)
tree8d464eedeb0580b5ff3e5901c52d658d390ff167 /llvm/test/CodeGen/X86/vec_uint_to_fp.ll
parent85e1664fb2a2795a54aee6437add625aedbd0cea (diff)
downloadbcm5719-llvm-0bf26746d9791bc27a51121d31b247867ea469ea.tar.gz
bcm5719-llvm-0bf26746d9791bc27a51121d31b247867ea469ea.zip
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
llvm-svn: 131730
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_uint_to_fp.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_uint_to_fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_uint_to_fp.ll b/llvm/test/CodeGen/X86/vec_uint_to_fp.ll
index 39e7d715c5b..fe7fa2fe67d 100644
--- a/llvm/test/CodeGen/X86/vec_uint_to_fp.ll
+++ b/llvm/test/CodeGen/X86/vec_uint_to_fp.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=sandybridge | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=corei7-avx | FileCheck %s
; Test that we are not lowering uinttofp to scalars
define <4 x float> @test1(<4 x i32> %A) nounwind {
OpenPOWER on IntegriCloud