[FIX] Only constant integer branch conditions are always affine
There are several different kinds of constants that could occur in a branch condition, however we can only handle the most interesting one namely constant integers. To this end we have to treat others as non-affine. This fixes bug 25244. llvm-svn: 250669
Loading
Please sign in to comment