OSDN Git Service

Added a parameter to control whether Constant::getStringValue() would chop
authorEvan Cheng <evan.cheng@apple.com>
Fri, 10 Mar 2006 23:52:03 +0000 (23:52 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 10 Mar 2006 23:52:03 +0000 (23:52 +0000)
commit0937103368992af8d3d8032d31a7d152aeae32d5
tree7c696840b9a28e8b6f4449cf156342120d280f0e
parent7907b6950bd6c7b1dc2b19930ff81371013000f8
Added a parameter to control whether Constant::getStringValue() would chop
off the result string at the first null terminator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26704 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constant.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/VMCore/Constants.cpp