diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-09-19 08:01:57 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-09-19 08:01:57 +0000 |
| commit | a75815ebb030bc50791dcaa34a9a4c6f0628a146 (patch) | |
| tree | 7728211043c69b1c4ab2de8b7e8839f75f5eba24 | |
| parent | 938e8f60d6527d6daa12e31d57e376e68b7fda4b (diff) | |
| download | bcm5719-llvm-a75815ebb030bc50791dcaa34a9a4c6f0628a146.tar.gz bcm5719-llvm-a75815ebb030bc50791dcaa34a9a4c6f0628a146.zip | |
Test the callgraph directly for the missing edge.
llvm-svn: 56338
| -rw-r--r-- | llvm/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll b/llvm/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll index 02f88cae928..828be7ac34d 100644 --- a/llvm/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll +++ b/llvm/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll @@ -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 } |

