1 ; This testcase causes an infinite loop in the instruction combiner,
2 ; because it things that the constant value is a not expression... and
3 ; constantly inverts the branch back and forth.
5 ; RUN: llvm-as < %s | opt -instcombine -disable-output
7 ubyte %test19(bool %c) {
8 br bool true, label %True, label %False