projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
714f3d3
)
fix test attributes; this is an x86-64 test, not a Nehalem test
author
Sanjay Patel
<spatel@rotateright.com>
Sun, 8 Feb 2015 21:10:40 +0000
(21:10 +0000)
committer
Sanjay 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/widen_load-0.ll
b/test/CodeGen/X86/widen_load-0.ll
index d5437281b274fb73b0ffcc459f90aba6f5c34d92..768a1be4edb154b51ecb0e132cb4e229f5ba0a0b 100644
(file)
--- 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.