mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
fix some failures my callgraph dump format change broke.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
076863225c
commit
12104464f3
@ -1,5 +1,5 @@
|
|||||||
; RUN: opt < %s -print-callgraph -disable-output |& \
|
; RUN: opt < %s -print-callgraph -disable-output |& \
|
||||||
; RUN: grep {Calls function 'callee'} | count 2
|
; RUN: grep {calls function 'callee'} | count 2
|
||||||
|
|
||||||
define internal void @callee(...) {
|
define internal void @callee(...) {
|
||||||
entry:
|
entry:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
; RUN: opt < %s -print-callgraph -disable-output |& \
|
; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}
|
||||||
; RUN: grep {Calls function}
|
|
||||||
|
|
||||||
@a = global void ()* @f ; <void ()**> [#uses=0]
|
@a = global void ()* @f ; <void ()**> [#uses=0]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RUN: opt < %s -prune-eh -inline -print-callgraph \
|
; RUN: opt < %s -prune-eh -inline -print-callgraph \
|
||||||
; RUN: -disable-output |& \
|
; RUN: -disable-output |& \
|
||||||
; RUN: grep {Calls.*ce3806g__fxio__put__put_int64__4.1339} | count 2
|
; RUN: grep {calls.*ce3806g__fxio__put__put_int64__4.1339} | count 2
|
||||||
%struct.FRAME.ce3806g = type { %struct.string___XUB, %struct.string___XUB, %struct.string___XUB, %struct.string___XUB }
|
%struct.FRAME.ce3806g = type { %struct.string___XUB, %struct.string___XUB, %struct.string___XUB, %struct.string___XUB }
|
||||||
%struct.FRAME.ce3806g__fxio__put__4 = type { i32, i32, i32, %struct.system__file_control_block__pstring*, i32, i32, i8 }
|
%struct.FRAME.ce3806g__fxio__put__4 = type { i32, i32, i32, %struct.system__file_control_block__pstring*, i32, i32, i8 }
|
||||||
%struct.RETURN = type { i8, i32 }
|
%struct.RETURN = type { i8, i32 }
|
||||||
|
Loading…
Reference in New Issue
Block a user