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:
eb82470
)
Two occurrences on one line count as one...
author
Duncan Sands
<baldrick@free.fr>
Fri, 11 Jan 2008 21:46:24 +0000
(21:46 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Fri, 11 Jan 2008 21:46:24 +0000
(21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45885
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/2008-01-11-VarargAttrs.ll
patch
|
blob
|
history
diff --git
a/test/Assembler/2008-01-11-VarargAttrs.ll
b/test/Assembler/2008-01-11-VarargAttrs.ll
index c46b2a563e72d1157d3d57e89ea2a1d2fcc47b4f..c0aedc80b4c3577f47fc85e2c3481a7974038201 100644
(file)
--- a/
test/Assembler/2008-01-11-VarargAttrs.ll
+++ b/
test/Assembler/2008-01-11-VarargAttrs.ll
@@
-1,10
+1,10
@@
-; RUN: llvm-as < %s | llvm-dis | grep byval
| count 2
+; RUN: llvm-as < %s | llvm-dis | grep byval
%struct = type { }
declare void @foo(...)
define void @bar() {
- call void (...)* @foo(%struct* byval null
, %struct* byval null
)
+ call void (...)* @foo(%struct* byval null )
ret void
}