Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / DSAnalysis / structpadding.ll
index f776b5c8e08f32146947bec6f3305d1d98122317..8b5cc37d9a51916491f615c8344f5be3379e88ee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -tddatastructure
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -tddatastructure
 
 %str = type { int, int* }
 
 
 %str = type { int, int* }