Move CallingConvLower.cpp out of the SelectionDAG directory.
authorDan Gohman <gohman@apple.com>
Wed, 7 Jul 2010 15:15:27 +0000 (15:15 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 7 Jul 2010 15:15:27 +0000 (15:15 +0000)
commit2f2b0abbac946a6e37ffa4a9775f0af5b91e723c
treea797b08024f4c21e2bc6b4a6ff467ee6c39f897f
parentfcb4ccd7aa674dba05f50de4083944efef6610d3
Move CallingConvLower.cpp out of the SelectionDAG directory.

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