OutputArg: added an index of the original argument to match the change to
authorManman Ren <mren@apple.com>
Thu, 1 Nov 2012 23:49:58 +0000 (23:49 +0000)
committerManman Ren <mren@apple.com>
Thu, 1 Nov 2012 23:49:58 +0000 (23:49 +0000)
commit0a1544d2fd63d8101dc7d50974e65c95a0f6f98d
tree221348531d6d8698343785ba324f2b2ee6695755
parent4ac300dfac53022e690fc9a60deb42976c369a6f
OutputArg: added an index of the original argument to match the change to
InputArg in r165616.

This will enable us to get the actual type for both InputArg and OutputArg.

rdar://9932559

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167265 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetCallingConv.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp