new testcase: we warn if we are merging together two functions whose argument
authorChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2003 19:59:55 +0000 (19:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2003 19:59:55 +0000 (19:59 +0000)
commitc4d360d1d4a134e70f6110317b7099af13ff2f96
tree18b9e89ef201a5b8c44e44ea61e7df059ce7570a
parent8518e74f3e24b136c627534e30b0068836785575
new testcase: we warn if we are merging together two functions whose argument
types to not match, but we should not warn unless their _primitive_ types mismatch

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8075 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/FunctionResolve/2003-08-23-ArgumentWarning.ll [new file with mode: 0644]