From cd7f70e8b5362390d8911fdd41b524ced88ab88c Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Tue, 14 Jun 2011 22:40:29 +0000 Subject: Anna's test commit (#2). llvm-svn: 133023 --- llvm/lib/Target/CBackend/CBackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/CBackend/CBackend.cpp') diff --git a/llvm/lib/Target/CBackend/CBackend.cpp b/llvm/lib/Target/CBackend/CBackend.cpp index 90200db1414..7c240377fbd 100644 --- a/llvm/lib/Target/CBackend/CBackend.cpp +++ b/llvm/lib/Target/CBackend/CBackend.cpp @@ -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 -- cgit v1.2.3