From: Sanjay Patel Date: Sun, 8 Feb 2015 21:10:40 +0000 (+0000) Subject: fix test attributes; this is an x86-64 test, not a Nehalem test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=751e3f1f808b824080aa62dc5d0e8d9419ded1ae;p=oota-llvm.git fix test attributes; this is an x86-64 test, not a Nehalem test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228545 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/widen_load-0.ll b/test/CodeGen/X86/widen_load-0.ll index d5437281b27..768a1be4edb 100644 --- a/test/CodeGen/X86/widen_load-0.ll +++ b/test/CodeGen/X86/widen_load-0.ll @@ -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.