mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
Anna's test commit (#2).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92bcd96bbc
commit
8d10f6d77b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user