Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / GCSE / 2002-05-21-NoSharedDominator.ll
index 9d09911ac130b25c0964318711a3738259555224..2c78695e41efa8f537b4793749003af99b3c0985 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase shows a bug where an common subexpression exists, but there
 ; is no shared dominator block that the expression can be hoisted out to.
 ;
-; RUN: llvm-as < %s | opt -gcse | llvm-dis
+; RUN: llvm-upgrade < %s | llvm-as | opt -gcse | llvm-dis
 
 int "test"(int %X, int %Y) {
        %Z = add int %X, %Y