Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / GlobalDCE / 2003-07-01-SelfReference.ll
index e306d9a4aff1d774b4876c716c5873424c378626..afdc1cd12d00c161f363672d479c118eaf36bf95 100644 (file)
@@ -1,5 +1,5 @@
 ; distilled from 255.vortex
-; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep testfunc
+; RUN: llvm-upgrade < %s | llvm-as | opt -globaldce | llvm-dis | not grep testfunc
 
 implementation