[llvm] r228536 - fix test attributes; these are x86-64 tests, not Nehalem tests

Sanjay Patel spatel at rotateright.com
Sun Feb 8 12:05:53 PST 2015


Author: spatel
Date: Sun Feb  8 14:05:53 2015
New Revision: 228536

URL: http://llvm.org/viewvc/llvm-project?rev=228536&view=rev
Log:
fix test attributes; these are x86-64 tests, not Nehalem tests

Modified:
    llvm/trunk/test/CodeGen/X86/x86-64-and-mask.ll

Modified: llvm/trunk/test/CodeGen/X86/x86-64-and-mask.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-and-mask.ll?rev=228536&r1=228535&r2=228536&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-and-mask.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-and-mask.ll Sun Feb  8 14:05:53 2015
@@ -1,4 +1,4 @@
-; RUN: llc -mcpu=corei7 < %s | FileCheck %s
+; RUN: llc < %s | FileCheck %s
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
 target triple = "x86_64-apple-darwin8"





More information about the llvm-commits mailing list