[llvm] r228545 - fix test attributes; this is an x86-64 test, not a Nehalem test

Sanjay Patel spatel at rotateright.com
Sun Feb 8 13:10:40 PST 2015


Author: spatel
Date: Sun Feb  8 15:10:40 2015
New Revision: 228545

URL: http://llvm.org/viewvc/llvm-project?rev=228545&view=rev
Log:
fix test attributes; this is an x86-64 test, not a Nehalem test

Modified:
    llvm/trunk/test/CodeGen/X86/widen_load-0.ll

Modified: llvm/trunk/test/CodeGen/X86/widen_load-0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_load-0.ll?rev=228545&r1=228544&r2=228545&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_load-0.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_load-0.ll Sun Feb  8 15:10:40 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -o - -mtriple=x86_64-linux -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -o - -mtriple=x86_64-linux | FileCheck %s
 ; PR4891
 
 ; Both loads should happen before either store.





More information about the llvm-commits mailing list