Remove some logic I thoughtlessly copied over
[oota-llvm.git] / test / Feature / testlogical.ll
index d1f8c2516a68bca86b4a6140fa41c966b9075808..887699ab5f2214fb58aff1ac055602bc70a47112 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
 
 int "simpleAdd"(int %i0, int %j0)