Add back the capability to include nul characters in strings with
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2008 05:33:32 +0000 (05:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2008 05:33:32 +0000 (05:33 +0000)
commitb746b82113df707df9555450991eab75b18ffa1b
tree1035bbcde0380c7ffc3c3957e0956ad9c47d62c3
parent3284d42c17a7f95a07b73e414b50b3d0e10733a1
Add back the capability to include nul characters in strings with
GetConstantStringInfo.  This will hopefully restore llvm-gcc to
happy bootstrap land.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52851 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ValueTracking.h
lib/Analysis/ValueTracking.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp