move three lowering hooks from MAI to TLOF and make one of them
authorChris Lattner <sabre@nondot.org>
Wed, 10 Mar 2010 07:20:42 +0000 (07:20 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Mar 2010 07:20:42 +0000 (07:20 +0000)
commit09d53fecfcc93377627b6ee7b4d92f8a6ff152e9
tree1b132acb0ac6dd2afab411e0ecb8eae337e3a3ef
parent3a624227c0a2ca7194f19b430c531572491c21de
move three lowering hooks from MAI to TLOF and make one of them
semantic instead of syntactic.  This completes MCization of
darwin/x86[-64]!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98145 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/Target/TargetLoweringObjectFile.cpp