From: Sanjay Patel Date: Fri, 6 Mar 2015 20:58:15 +0000 (+0000) Subject: fixed to test only the feature, not the feature and a CPU X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d532d102754b2f6f1c88fd393813782efd593e06;p=oota-llvm.git fixed to test only the feature, not the feature and a CPU git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231516 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/avx-vzeroupper.ll b/test/CodeGen/X86/avx-vzeroupper.ll index 4f0c6001a7c..a16dc70e81c 100644 --- a/test/CodeGen/X86/avx-vzeroupper.ll +++ b/test/CodeGen/X86/avx-vzeroupper.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -x86-use-vzeroupper -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s +; RUN: llc < %s -x86-use-vzeroupper -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck %s declare i32 @foo() declare <4 x float> @do_sse(<4 x float>)