git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-0410...
[oota-llvm.git] / test / Feature / undefined.ll
index a71b906dcc0581ee5b4a358e685a5e275c3dff78..dc1b7c547a74a114c8b8ffa05f3e5a75cbb7fd4e 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
+
 
 %X = global int undef