diff options
author | Anna Zaks <ganna@apple.com> | 2011-06-14 22:40:29 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2011-06-14 22:40:29 +0000 |
commit | cd7f70e8b5362390d8911fdd41b524ced88ab88c (patch) | |
tree | fc8f5b54dde1e729247383788e9b996f67ff01d0 /llvm/lib/Target/CBackend/CBackend.cpp | |
parent | 818e1167234feae4b1ccb331b9dd4121b303eeec (diff) | |
download | bcm5719-llvm-cd7f70e8b5362390d8911fdd41b524ced88ab88c.tar.gz bcm5719-llvm-cd7f70e8b5362390d8911fdd41b524ced88ab88c.zip |
Anna's test commit (#2).
llvm-svn: 133023
Diffstat (limited to 'llvm/lib/Target/CBackend/CBackend.cpp')
-rw-r--r-- | llvm/lib/Target/CBackend/CBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |