Fix a bunch of issues found in a testcase from 400.perlbench.
[oota-llvm.git] / test / Transforms / Reassociate / 2002-07-09-DominanceProblem.ll
index f2d2a62fd8a467f9bcaa47ded39f2180eee5c409..6a0ef53279aa458256d91d9e380f82a0ede27ad4 100644 (file)
@@ -1,6 +1,6 @@
 ; The reassociate pass is not preserving dominance properties correctly
 ;
-; RUN: as < %s | opt -reassociate
+; RUN: llvm-upgrade < %s | llvm-as | opt -reassociate
 
 int %compute_dist(int %i, int %j) {
         %reg119 = sub int %j, %i