From d532d102754b2f6f1c88fd393813782efd593e06 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 6 Mar 2015 20:58:15 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/avx-vzeroupper.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>)