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:
7340dd5
)
Fix a bug in the RUN line
author
Chris Lattner
<sabre@nondot.org>
Sun, 21 Aug 2005 16:37:36 +0000
(16:37 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 21 Aug 2005 16:37:36 +0000
(16:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22945
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/shift-double.llx
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/shift-double.llx
b/test/CodeGen/X86/shift-double.llx
index 8e11a30ead8d7132c58a2275f886b784589f2b24..4235edebda8602ebcb905c95f6ab8870eee1abcd 100644
(file)
--- a/
test/CodeGen/X86/shift-double.llx
+++ b/
test/CodeGen/X86/shift-double.llx
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel grep sh[lr]d | wc -l | grep 5
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel
|
grep sh[lr]d | wc -l | grep 5
long %test1(long %X, ubyte %C) {
%Y = shl long %X, ubyte %C