OSDN Git Service

fix test attributes; this is an x86-64 test, not a Nehalem test
authorSanjay Patel <spatel@rotateright.com>
Sun, 8 Feb 2015 21:10:40 +0000 (21:10 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 8 Feb 2015 21:10:40 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228545 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/widen_load-0.ll

index d543728..768a1be 100644 (file)
@@ -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.