short circuit && and || when possible.  This substantially reduces
the size of the -O0 output on some cases.  For example, on expr.c from
176.gcc, it shrinks the .ll file from 43164 to 42835 lines, and removed
references to two external symbols.

llvm-svn: 59034
4 files changed
tree: 949beca7fe5ff809d1ada73f1e264a02d9e4cf5f
  1. clang/
  2. llvm/