Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / lib / AsmParser / LLParser.h
2009-01-02 Chris Lattnerminor cleanups and comment improvements.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...