fixed to test feature, not CPU; removed unnecessary declaration
authorSanjay Patel <spatel@rotateright.com>
Mon, 16 Mar 2015 17:01:34 +0000 (17:01 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 16 Mar 2015 17:01:34 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232387 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll

index df9823aa38257b20cf6ef03685227a7c9ff25da2..2a1a5c9fb3ea0786ae51b7447698038b57beff0e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck %s
 ; PR11494
 
 define void @test(<4 x i32>* nocapture %p) nounwind {
@@ -14,5 +14,4 @@ define void @test(<4 x i32>* nocapture %p) nounwind {
   ret void
 }
 
-declare <4 x i32> @llvm.x86.sse41.pminsd(<4 x i32>, <4 x i32>) nounwind readnone
 declare <4 x i32> @llvm.x86.sse41.pmaxsd(<4 x i32>, <4 x i32>) nounwind readnone