commit | 0e6094122aa55d2d381ceacc804155c25c312b37 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jun 19 17:02:06 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jun 19 17:02:06 2003 +0000 |
tree | 7f698f8881c04131e70db17de083a7474ca50584 | |
parent | 9fe3886678cd042e530083942c88d3232c13c460 [diff] [blame] |
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
diff --git a/test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll b/test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll index 93997cf..a0dab65 100644 --- a/test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll +++ b/test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll
@@ -3,7 +3,7 @@ ; RUN: else exit 1 # Make sure opt doesn't abort! ; RUN: fi ; -; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' +; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi