Silence Clang's -Wlogical-op-parentheses warning.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 24 May 2012 17:11:00 +0000 (17:11 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 24 May 2012 17:11:00 +0000 (17:11 +0000)
commit4fd12a6abc89abbfcd903d82193555428e77e94c
tree2a69cbfd9882cce8f1cf29e90a955879f0d43470
parentb76810fa9446546eafc83d9447242ba2d1a575b0
Silence Clang's -Wlogical-op-parentheses warning.

I'm not sure it's really worth expressing this as a range rather than 3 specific equalities, but it doesn't seem fundamentally wrong either.

llvm-svn: 157398
llvm/lib/AsmParser/LLLexer.cpp