diff options
Diffstat (limited to 'test/Transforms/ConstProp/calls.ll')
-rw-r--r-- | test/Transforms/ConstProp/calls.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/calls.ll b/test/Transforms/ConstProp/calls.ll index c573e56..4337cca 100644 --- a/test/Transforms/ConstProp/calls.ll +++ b/test/Transforms/ConstProp/calls.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -constprop | llvm-dis | not grep call +; RUN: opt %s -constprop | llvm-dis | not grep call declare double @cos(double) |