[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / X86 / avx-vextractf128.ll
index 1ebd34f9451dfb7de09399250586bad99cf62f7f..297fb250c5ff73afeebdd6ebf4abb0419bc7f86a 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
 
 ; CHECK-LABEL: A:
 ; CHECK-NOT: vunpck
@@ -118,5 +118,4 @@ define void @t9(i64* %p) {
 ; CHECK: vxorps        %xmm
 ; CHECK-NOT: vextractf
 ; CHECK: vmovups
-; CHECK: vmovups
 }