For PR1370:
[oota-llvm.git] / test / CodeGen / Generic / constindices.ll
index 3a64a151223caf5f868c4fd786f22e3403598d06..b17614481b3efb2d3a5fc7b468101234355415a7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as -f %s -o - | llc
+; RUN: llvm-upgrade %s | llvm-as | llc
 
 ; Test that a sequence of constant indices are folded correctly
 ; into the equivalent offset at compile-time.