diff options
Diffstat (limited to 'test/Transforms/PruneEH/2008-09-05-CGUpdate.ll')
-rw-r--r-- | test/Transforms/PruneEH/2008-09-05-CGUpdate.ll | 2 |
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 74434f4..cbaa117 100644 --- a/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll +++ b/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -prune-eh -inline -print-callgraph \ +; RUN: opt %s -prune-eh -inline -print-callgraph \ ; RUN: -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 } |