New testcase
[oota-llvm.git] / test / Transforms / InstCombine / add.ll
index 4043a7f9c35e3c64e1588760525d34e9dcc805cb..d3e358d0ebbbabe54bcddbe6604aefdfaa35d688 100644 (file)
@@ -57,3 +57,4 @@ int %test8(int %A, int %B) {     ; (A & C1)+(B & C2) -> (A & C1)|(B & C2) iff C1
        %C = add int %A1, %B1
        ret int %C
 }
+