| commit | efb116fba6a88c42fc6d7e4449557700747f8da7 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Dec 10 01:11:47 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Dec 10 01:11:47 2015 +0000 |
| tree | c8b05d0a99dd1348649ed349b28304640e852fd7 | |
| parent | 6fd28dfe5da554363ba599981a15c5a859a86ddd [diff] |
PR25416: Improve performance of processing inline assembly consisting of many implicitly-concatenated string literals. When looking for the start of a token in the inline assembly, start from the end of the previous token, not the start of the entire string. Patch by Yunlian Jiang! llvm-svn: 255198