mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Two occurrences on one line count as one...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb824709cb
commit
8bc16f0e0e
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user