Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and
authorDan Gohman <gohman@apple.com>
Tue, 25 Sep 2007 15:10:49 +0000 (15:10 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 25 Sep 2007 15:10:49 +0000 (15:10 +0000)
commitc3b0b5ca1d5772cf90c0c66e03412da33a0d7cdb
tree6c972106064a3bd17de0330794d6d3dd4755c80f
parentd98164e6eee1d41da7c3147d2e13215fcd68e592
Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and
the check to see if the assembler supports .loc from X86TargetLowering
into the superclass TargetLowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42297 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86ISelLowering.cpp