summaryrefslogtreecommitdiff
path: root/lib/Target/CBackend
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-06-14 22:40:29 +0000
committerAnna Zaks <ganna@apple.com>2011-06-14 22:40:29 +0000
commit8d10f6d77b70c50448bfc85ea304fe44be9d0445 (patch)
treea634e44c13be148e00d4a0d1182a3762b76abb17 /lib/Target/CBackend
parent92bcd96bbcf42911a76570cc0974e513bc7f261d (diff)
downloadllvm-8d10f6d77b70c50448bfc85ea304fe44be9d0445.tar.gz
llvm-8d10f6d77b70c50448bfc85ea304fe44be9d0445.tar.bz2
llvm-8d10f6d77b70c50448bfc85ea304fe44be9d0445.tar.xz
Anna's test commit (#2).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend')
-rw-r--r--lib/Target/CBackend/CBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp
index 90200db141..7c240377fb 100644
--- a/lib/Target/CBackend/CBackend.cpp
+++ b/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