]> granicus.if.org Git - clang/commit
Lexer: Don't throw away the hard work SSE did to find a slash.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 22 Nov 2011 18:56:46 +0000 (18:56 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 22 Nov 2011 18:56:46 +0000 (18:56 +0000)
commit3f6f4e65e7806fd49137cf3cf59a1432ed776b2a
treed13431e070873747e43e4674616cb501bde29bad
parent2957e6f8c4c2e58a4b9cb639949fea801970fe36
Lexer: Don't throw away the hard work SSE did to find a slash.

We can reuse the information and avoid looping over all the bytes again.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145070 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp