Skip to content
  • Chris Lattner's avatar
    optimize: · f7e89613
    Chris Lattner authored
    void a(int x) { if (((1<<x)&8)==0) b(); }
    
    into "x != 3", which occurs over 100 times in 403.gcc but in no
    other program in llvm-test.
    
    llvm-svn: 119922
    f7e89613
Loading