Remove some logic I thoughtlessly copied over
[oota-llvm.git] / test / Feature / casttest.ll
index 5b2db7b4886adaad2fc72caff7ee6e06ab83cb88..96f971a0e8fdc2942cd67c085338065c3646f5df 100644 (file)
@@ -1,4 +1,6 @@
-implementation
+; 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
 
 short "FunFunc"(long %x, sbyte %z)
 begin