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:
01c4259
)
Make this test succeed on both Darwin and Linux
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 4 Dec 2006 20:09:02 +0000
(20:09 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 4 Dec 2006 20:09:02 +0000
(20:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32189
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2006-11-28-Memcpy.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2006-11-28-Memcpy.ll
b/test/CodeGen/X86/2006-11-28-Memcpy.ll
index f9c0be30abba446ec3d719fc00d94affe0b87b89..b53c6a3766754fe6d69f92ea00fef6531832c011 100644
(file)
--- a/
test/CodeGen/X86/2006-11-28-Memcpy.ll
+++ b/
test/CodeGen/X86/2006-11-28-Memcpy.ll
@@
-1,6
+1,6
@@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep 3721182122 | wc -l | grep 2 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep
'movl _
bytes2' | wc -l | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep
-E 'movl _?
bytes2' | wc -l | grep 1
; PR1022, 1023
%fmt = constant [4 x sbyte] c"%x\0A\00"