Revert (52748 and friends):
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 29 Jun 2008 17:57:03 +0000 (17:57 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 29 Jun 2008 17:57:03 +0000 (17:57 +0000)
commit6d116bc7ced56a820d33b0dd35ee36af8a810eab
treeb9d056c655001ef42c66a3395d01233d2a499537
parent28a2b54580b28be10c536def7f49b5599adf3631
Revert (52748 and friends):

Move GetConstantStringInfo to lib/Analysis. Remove
string output routine from Constant. Update all
callers. Change debug intrinsic api slightly to
accomodate move of routine, these now return values
instead of strings.

This unbreaks llvm-gcc bootstrap.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52884 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ValueTracking.h
include/llvm/Constant.h
include/llvm/IntrinsicInst.h
lib/Analysis/ValueTracking.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Debugger/ProgramInfo.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/VMCore/Constants.cpp
lib/VMCore/IntrinsicInst.cpp