Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / Generic / bool-to-double.ll
index b2396ea04cd5107df74c04c0ffa28a412331e199..ad9bc8e86fcdc60397de5f58c93e707ae24eca83 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc
 double %test(bool %X) {
         %Y = cast bool %X to double
         ret double %Y