diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 04:06:08 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 04:06:08 +0000 |
commit | 82cb30f10cf0849b876e6722e0a2305c91855239 (patch) | |
tree | 40d9c05a8de0c7bd4fad54d96e5fb9736eccf27f /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d9cb6203303e8aff32ed0e96c3cabf0e4e2ffb44 (diff) | |
download | llvm-82cb30f10cf0849b876e6722e0a2305c91855239.zip llvm-82cb30f10cf0849b876e6722e0a2305c91855239.tar.gz llvm-82cb30f10cf0849b876e6722e0a2305c91855239.tar.bz2 |
[unroll] Replace a linear time check for no uses with a constant time
check.
Also hoist this into the enqueue process as it is faster even than
testing the worklist set, we should just directly filter these out much
like we filter out constants and such.
llvm-svn: 229056
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions