From: Sanjay Patel Date: Sun, 8 Feb 2015 19:50:55 +0000 (+0000) Subject: fix test attributes; these are SSE2 tests, not Nehalem tests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7596cf2b66db100d91849f656a80742b6415cacd;p=oota-llvm.git fix test attributes; these are SSE2 tests, not Nehalem tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228534 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/x86-shifts.ll b/test/CodeGen/X86/x86-shifts.ll index ec479330ed6..a10134e4bb6 100644 --- a/test/CodeGen/X86/x86-shifts.ll +++ b/test/CodeGen/X86/x86-shifts.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=sse2 | FileCheck %s ; Splat patterns below