[llvm] r228546 - fix test attributes;	this is an SSE2 test, not a Nehalem test
    Sanjay Patel 
    spatel at rotateright.com
       
    Sun Feb  8 13:14:27 PST 2015
    
    
  
Author: spatel
Date: Sun Feb  8 15:14:27 2015
New Revision: 228546
URL: http://llvm.org/viewvc/llvm-project?rev=228546&view=rev
Log:
fix test attributes; this is an SSE2 test, not a Nehalem test
Modified:
    llvm/trunk/test/CodeGen/X86/vshift-6.ll
Modified: llvm/trunk/test/CodeGen/X86/vshift-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vshift-6.ll?rev=228546&r1=228545&r2=228546&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vshift-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vshift-6.ll Sun Feb  8 15:14:27 2015
@@ -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
    
    
More information about the llvm-commits
mailing list