Move debug options out of header files so that the header does not have
authorChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:08:27 +0000 (17:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:08:27 +0000 (17:08 +0000)
commit70e60cbd4dd59b61e3e9d0a55f24cf92b0dc8724
tree2bf3f9e800864c8f2e76a41aa932e31c09266422
parent59dcbf9c037ba3f03efdc7371514ced1a63d6c55
Move debug options out of header files so that the header does not have
to #include CommandLine.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSched/SchedPriorities.h
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedPriorities.h
lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp