fix some failures my callgraph dump format change broke.
authorChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 18:38:40 +0000 (18:38 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 18:38:40 +0000 (18:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102197 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/CallGraph/2008-09-09-DirectCall.ll
test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
test/Transforms/PruneEH/2008-09-05-CGUpdate.ll

index 6e34209a0e362fa8ad675a1669ab686406be3384..784d6c7ba1b123ab1e9246ee0561477e91d95613 100644 (file)
@@ -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:
index 12849b7aa96c473f56fd33661b33c78819060f47..0c5ef92ef71ecea59478f57636179c91743aff58 100644 (file)
@@ -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]
 
index 347af8f8463c8656712bee40b3a9c8d0d25b037f..33e0cfa3ce53ecd1dc8917b70661342497267f5f 100644 (file)
@@ -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 }