commit | 2b110caabfa00a048fceba7e5a0df04cf4c6f691 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sat Oct 24 23:23:04 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sat Oct 24 23:23:04 2009 +0000 |
tree | 214820b48f0ab6e22c19550e3105018bfbd7af4c | |
parent | e6e37b94e86acfa33e687a6284079d0adb0c8c4a [diff] [blame] |
Make these tests more interesting by using -verify-dom-info and -verify-loop-info, which enable additional (expensive) consistency checks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85017 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/Inline/callgraph-update.ll b/test/Transforms/Inline/callgraph-update.ll index 528e9af..ff0120b 100644 --- a/test/Transforms/Inline/callgraph-update.ll +++ b/test/Transforms/Inline/callgraph-update.ll
@@ -1,4 +1,4 @@ -; RUN: opt < %s -inline -loop-rotate | llvm-dis +; RUN: opt < %s -inline -loop-rotate -verify-dom-info -verify-loop-info -disable-output ; PR3601 declare void @solve()