Anna's test commit (#2).
authorAnna Zaks <ganna@apple.com>
Tue, 14 Jun 2011 22:40:29 +0000 (22:40 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 14 Jun 2011 22:40:29 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133023 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CBackend/CBackend.cpp

index 90200db14142247b5b86e30f80eb49457bcaa2c3..7c240377fbd5f0ee3da4133e133bcb268c9dc11f 100644 (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