X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FFeature%2Frecursivetype.ll;h=9ea34848422ed9e0aaaf381f4e2f89ad59a10d05;hp=e91d49e81513698a381e0eb815f9af8b8a051353;hb=69ccadd7535a83b348595cf603126e6a68b2883b;hpb=e5d4efa63ec2c1296e3a1a3e70763df02cd1a7ab diff --git a/test/Feature/recursivetype.ll b/test/Feature/recursivetype.ll index e91d49e8151..9ea34848422 100644 --- a/test/Feature/recursivetype.ll +++ b/test/Feature/recursivetype.ll @@ -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