[llvm-commits] [llvm] r133023 - /llvm/trunk/lib/Target/CBackend/CBackend.cpp

Anna Zaks ganna at apple.com
Tue Jun 14 15:40:29 PDT 2011


Author: zaks
Date: Tue Jun 14 17:40:29 2011
New Revision: 133023

URL: http://llvm.org/viewvc/llvm-project?rev=133023&view=rev
Log:
Anna's test commit (#2).

Modified:
    llvm/trunk/lib/Target/CBackend/CBackend.cpp

Modified: llvm/trunk/lib/Target/CBackend/CBackend.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CBackend/CBackend.cpp?rev=133023&r1=133022&r2=133023&view=diff
==============================================================================
--- llvm/trunk/lib/Target/CBackend/CBackend.cpp (original)
+++ llvm/trunk/lib/Target/CBackend/CBackend.cpp Tue Jun 14 17:40:29 2011
@@ -660,7 +660,7 @@
 
   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





More information about the llvm-commits mailing list