From 7596cf2b66db100d91849f656a80742b6415cacd Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sun, 8 Feb 2015 19:50:55 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/x86-shifts.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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