aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionResolve/basictest.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-19 17:02:06 +0000
committerChris Lattner <sabre@nondot.org>2003-06-19 17:02:06 +0000
commit0e6094122aa55d2d381ceacc804155c25c312b37 (patch)
tree7f698f8881c04131e70db17de083a7474ca50584 /test/Transforms/FunctionResolve/basictest.ll
parent9fe3886678cd042e530083942c88d3232c13c460 (diff)
The actual nicification of calls is now implemented in instcombine, not in
funcresolve git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/FunctionResolve/basictest.ll')
-rw-r--r--test/Transforms/FunctionResolve/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionResolve/basictest.ll b/test/Transforms/FunctionResolve/basictest.ll
index c21142d453..422b655420 100644
--- a/test/Transforms/FunctionResolve/basictest.ll
+++ b/test/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