From: Sanjay Patel Date: Sun, 8 Feb 2015 21:14:27 +0000 (+0000) Subject: fix test attributes; this is an SSE2 test, not a Nehalem test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4616d7dd2f1286d1ec1cbfd55065cb440fab8475;p=oota-llvm.git fix test attributes; this is an SSE2 test, not a Nehalem test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228546 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vshift-6.ll b/test/CodeGen/X86/vshift-6.ll index f50d9a6bb12..175b649f357 100644 --- a/test/CodeGen/X86/vshift-6.ll +++ b/test/CodeGen/X86/vshift-6.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mcpu=corei7 -march=x86-64 -mattr=+sse2 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+sse2 | FileCheck %s ; This test makes sure that the compiler does not crash with an ; assertion failure when trying to fold a vector shift left