1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Reid Spencer ce05d51e82 Adjust the interface to ConstantArray::get. The previous
implementation always added a null byte to the end of the string. It turns
out that this is not always wanted. By adding a length parameter we preserve
this behavior when length==0 (default value) but also allow other lengths
(not null terminated) to be created.

llvm-svn: 28552
2006-05-30 08:23:18 +00:00
..
2006-05-29 23:39:48 +00:00
2006-05-29 02:34:34 +00:00
2006-05-24 19:21:13 +00:00
2006-04-08 01:19:47 +00:00
2006-05-17 22:55:35 +00:00