diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-19 17:02:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-19 17:02:06 +0000 |
commit | 85b116a1080437be1088921a7931223bfe79c74a (patch) | |
tree | 6d148509c3150f09c3c6f15705b5318c7a96a5f5 /llvm/test/Regression/Transforms/FunctionResolve/basictest.ll | |
parent | 970c33abb18cd8896440f51ee3bae21ec272a31a (diff) | |
download | bcm5719-llvm-85b116a1080437be1088921a7931223bfe79c74a.tar.gz bcm5719-llvm-85b116a1080437be1088921a7931223bfe79c74a.zip |
The actual nicification of calls is now implemented in instcombine, not in
funcresolve
llvm-svn: 6784
Diffstat (limited to 'llvm/test/Regression/Transforms/FunctionResolve/basictest.ll')
-rw-r--r-- | llvm/test/Regression/Transforms/FunctionResolve/basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll b/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll index c21142d4530..422b655420b 100644 --- a/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll +++ b/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll @@ -1,4 +1,4 @@ -; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call +; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi |