From 751e3f1f808b824080aa62dc5d0e8d9419ded1ae Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sun, 8 Feb 2015 21:10:40 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/widen_load-0.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0