[llvm-commits] [llvm] r56338 - /llvm/trunk/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll
Duncan Sands
baldrick at free.fr
Fri Sep 19 01:01:58 PDT 2008
Author: baldrick
Date: Fri Sep 19 03:01:57 2008
New Revision: 56338
URL: http://llvm.org/viewvc/llvm-project?rev=56338&view=rev
Log:
Test the callgraph directly for the missing edge.
Modified:
llvm/trunk/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll
Modified: llvm/trunk/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll?rev=56338&r1=56337&r2=56338&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll (original)
+++ llvm/trunk/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll Fri Sep 19 03:01:57 2008
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -prune-eh -inline -globalsmodref-aa -markmodref | llvm-dis | not grep {define.*read}
+; RUN: llvm-as < %s | opt -prune-eh -inline -callgraph -disable-output |& \
+; 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 }
More information about the llvm-commits
mailing list