mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
fix some failures my callgraph dump format change broke.
llvm-svn: 102197
This commit is contained in:
parent
a61306d68f
commit
790231f95e
@ -1,5 +1,5 @@
|
||||
; 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(...) {
|
||||
entry:
|
||||
|
@ -1,5 +1,4 @@
|
||||
; RUN: opt < %s -print-callgraph -disable-output |& \
|
||||
; RUN: grep {Calls function}
|
||||
; RUN: opt < %s -print-callgraph -disable-output |& grep {calls function}
|
||||
|
||||
@a = global void ()* @f ; <void ()**> [#uses=0]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: opt < %s -prune-eh -inline -print-callgraph \
|
||||
; 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__fxio__put__4 = type { i32, i32, i32, %struct.system__file_control_block__pstring*, i32, i32, i8 }
|
||||
%struct.RETURN = type { i8, i32 }
|
||||
|
Loading…
Reference in New Issue
Block a user