summaryrefslogtreecommitdiff
path: root/test/Transforms/PruneEH
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-23 18:38:40 +0000
committerChris Lattner <sabre@nondot.org>2010-04-23 18:38:40 +0000
commit12104464f339b0915d0d1d7db35173cda8f59469 (patch)
treeb719778239aa958b9fa46f8e88b3e2ae60d08afb /test/Transforms/PruneEH
parent076863225ce070345ff7048f48b3550e00598a10 (diff)
downloadllvm-12104464f339b0915d0d1d7db35173cda8f59469.tar.gz
llvm-12104464f339b0915d0d1d7db35173cda8f59469.tar.bz2
llvm-12104464f339b0915d0d1d7db35173cda8f59469.tar.xz
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
Diffstat (limited to 'test/Transforms/PruneEH')
-rw-r--r--test/Transforms/PruneEH/2008-09-05-CGUpdate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll b/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll
index 347af8f846..33e0cfa3ce 100644
--- a/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll
+++ b/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll
@@ -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 }