summaryrefslogtreecommitdiff
path: root/test/Transforms/DSAnalysis/structpadding.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/DSAnalysis/structpadding.ll')
-rw-r--r--test/Transforms/DSAnalysis/structpadding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/structpadding.ll b/test/Transforms/DSAnalysis/structpadding.ll
index f776b5c8e0..8b5cc37d9a 100644
--- a/test/Transforms/DSAnalysis/structpadding.ll
+++ b/test/Transforms/DSAnalysis/structpadding.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -tddatastructure
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -tddatastructure
%str = type { int, int* }