Fold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3.
[oota-llvm.git] / lib / AsmParser /
drwxr-xr-x   ..
-rw-r--r-- 65 .cvsignore
-rw-r--r-- 11744 Lexer.l
-rw-r--r-- 751 Makefile
-rw-r--r-- 2394 Parser.cpp
-rw-r--r-- 5346 ParserInternals.h
-rw-r--r-- 80246 llvmAsmParser.y