Skip to content
Commit 6f61453f authored by Reid Spencer's avatar Reid Spencer
Browse files

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
parent 02420144
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment