When the two operands of an icmp are equal, there are five possible predicates
[oota-llvm.git] / test / Feature / testswitch.ll
index 484ff2abc16512cd49c7c76a8d3c53a116132f9d..8664ace55acdd9b1817b678ffd809fb3bcedde83 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+; 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