diff options
Diffstat (limited to 'test/Transforms/Inline/callgraph-update.ll')
-rw-r--r-- | test/Transforms/Inline/callgraph-update.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/callgraph-update.ll b/test/Transforms/Inline/callgraph-update.ll index 05395ae..528e9af 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 | llvm-dis ; PR3601 declare void @solve() |