Sink DebugLoc handling out of SelectionDAGISel into FastISel and
authorDan Gohman <gohman@apple.com>
Tue, 20 Apr 2010 00:48:35 +0000 (00:48 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 20 Apr 2010 00:48:35 +0000 (00:48 +0000)
commit8ba3aa7f9c5048c31172788f98ad2b90ffad565a
tree684d0f201d34df6e4c12aa63b2cd7eb4680a8926
parent8a39ed75ec57c7fabde318c0d45fac014ac287f4
Sink DebugLoc handling out of SelectionDAGISel into FastISel and
SelectionDAGBuilder, where it doesn't have to be as complicated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101848 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp