Anna's test commit (#2).

llvm-svn: 133023
This commit is contained in:
Anna Zaks 2011-06-14 22:40:29 +00:00
parent 818e116723
commit cd7f70e8b5
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ void CWriter::printConstantArray(ConstantArray *CPA, bool Static) {
if (isString) {
Out << '\"';
// Keep track of whether the last number was a hexadecimal escape
// Keep track of whether the last number was a hexadecimal escape.
bool LastWasHex = false;
// Do not include the last character, which we know is null