OSDN Git Service

move CC Lowering stuff to its own public interface
authorChris Lattner <sabre@nondot.org>
Tue, 27 Feb 2007 04:43:02 +0000 (04:43 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Feb 2007 04:43:02 +0000 (04:43 +0000)
commit362e98a5f5cf1919ac6435ff5b630b58ecd95fc5
tree9f16245e2ab70a4b3a754abf24fc10f022585040
parent9c71ab77cd591280cc2e79c464a9fbd4efd9bfb8
move CC Lowering stuff to its own public interface

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34655 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h [new file with mode: 0644]
lib/CodeGen/SelectionDAG/CallingConvLower.cpp [new file with mode: 0644]
lib/Target/X86/X86ISelLowering.cpp