[PowerPC] Expose some calling convention functions in PPCISelLowering.h.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 12 Jun 2013 16:39:22 +0000 (16:39 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 12 Jun 2013 16:39:22 +0000 (16:39 +0000)
commitd3f7766f2363862b9c8586d2f78bc413223240d3
tree0409cfb12922b7498dcd93280edf57cd03c91312
parent6d6cbe3a3aef168c9ccbbde0d834b9618aa5829f
[PowerPC] Expose some calling convention functions in PPCISelLowering.h.

This is a preparatory patch for fast-isel support.  The instruction
selector will need to access some functions in PPCGenCallingConv.inc,
which in turn requires several helper functions to be defined.  These
are currently defined near the only use of PCCGenCallingConv.inc,
inside PPCISelLowering.cpp.  This patch moves the declaration of the
functions into the associated header file to provide the needed
visibility.

No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183844 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h