The actual nicification of calls is now implemented in instcombine, not in
authorChris Lattner <sabre@nondot.org>
Thu, 19 Jun 2003 17:02:06 +0000 (17:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Jun 2003 17:02:06 +0000 (17:02 +0000)
funcresolve

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6784 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/FunctionResolve/2002-11-09-ExternFn.ll
test/Transforms/FunctionResolve/basictest.ll
test/Transforms/FunctionResolve/retmismatch1.ll
test/Transforms/FunctionResolve/retmismatch2.ll

index 93997cf757ae888d6adef5ecd40a6cb0185318de..a0dab65b4e4f06baaa699370a8b4b15f82884e00 100644 (file)
@@ -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
index c21142d45302a3635c57c7ae1856e8c4615add86..422b655420b091dfbe829bc8ea60f8509766fc73 100644 (file)
@@ -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
index aeca7af2f8a1c5f382ab4ce2516b0ce0187a9acb..fe684d1235b43c8893f27dbc2eec37ca029eeff1 100644 (file)
@@ -5,7 +5,7 @@
 ; RUN: else exit 1   # Make sure opt doesn't abort!
 ; RUN: fi
 ;
-; 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
index 1c552ed275811516dce4c1aaa9a5b22a7577faa5..cffe1a4c9e7d3b419b008f57c6a6f5b3dfbb97cb 100644 (file)
@@ -6,7 +6,7 @@
 ; RUN: else exit 1   # Make sure opt doesn't abort!
 ; RUN: fi
 ;
-; 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