OSDN Git Service

Applied some recommend changes from sabre. The dominate one beginning "let the
authorJim Laskey <jlaskey@mac.com>
Wed, 4 Jan 2006 22:28:25 +0000 (22:28 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 4 Jan 2006 22:28:25 +0000 (22:28 +0000)
commitb2efb853f00d45b1c8d57f92acd0028fbdeffda6
treeb5563153d7d0593950bc90ea1253acb1d787c556
parent62281a132f11e742a96ff9caeaaaa17900020acd
Applied some recommend changes from sabre.  The dominate one beginning "let the
pass manager do it's thing."  Fixes crash when compiling -g files and suppresses
dwarf statements if no debug info is present.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25100 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/MachineDebugInfo.h
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/MachineDebugInfo.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
tools/llc/llc.cpp