summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
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
commiteb274e6bdda7a8868534a70dcd4799ee93d76b17 (patch)
treea9ebbc0210719a84114fcba083907641c7356dbb /test/CodeGen/X86
parent6e35e4c8c1d99318c11e5b30d4530e6b199ccfab (diff)
downloadllvm-eb274e6bdda7a8868534a70dcd4799ee93d76b17.tar.gz
llvm-eb274e6bdda7a8868534a70dcd4799ee93d76b17.tar.bz2
llvm-eb274e6bdda7a8868534a70dcd4799ee93d76b17.tar.xz
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/vec_uint_to_fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_uint_to_fp.ll b/test/CodeGen/X86/vec_uint_to_fp.ll
index 39e7d715c5..fe7fa2fe67 100644
--- a/test/CodeGen/X86/vec_uint_to_fp.ll
+++ b/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 {