Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / Generic / 2005-07-12-memcpy-i64-length.ll
index c6eea6a1bf528f2417ef017df131c8b25b9a8e96..96b9435e7f44b1fba69980275d9c8fed629cb107 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc
 ; Test that llvm.memcpy works with a i64 length operand on all targets.