aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DSAnalysis/physicalsubtype.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/DSAnalysis/physicalsubtype.ll')
-rw-r--r--test/Transforms/DSAnalysis/physicalsubtype.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/physicalsubtype.ll b/test/Transforms/DSAnalysis/physicalsubtype.ll
index e46dbdd..d169430 100644
--- a/test/Transforms/DSAnalysis/physicalsubtype.ll
+++ b/test/Transforms/DSAnalysis/physicalsubtype.ll
@@ -1,6 +1,6 @@
; A test for "physical subtyping" used in some C programs...
;
-; RUN: llvm-as < %s | opt -analyze -tddatastructure
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -tddatastructure
;
%ST = type { int, int* } ; "Subtype"
%DT = type { int, int*, int } ; "derived type"