When the two operands of an icmp are equal, there are five possible predicates
[oota-llvm.git] / test / Feature / unreachable.ll
index 84c4552a627d69958d929ac50f9069752cdd220e..48558dded0ae4d8759a0b313b32e2180302088bb 100644 (file)
@@ -1,3 +1,7 @@
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
+; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+; RUN: diff %t1.ll %t2.ll
+
 
 implementation