Changed all of these tests to be TestRunner tests (or, at least they can be
[oota-llvm.git] / test / Transforms / DSAnalysis / physicalsubtype.ll
index cdda0d5ec0518220dee06b565a0bd73d15da5c8b..2beb3eca6bcce9fe7dc20082c02de74f8eac973e 100644 (file)
@@ -1,5 +1,7 @@
 ; A test for "physical subtyping" used in some C programs...
 ;
+; RUN: analyze %s -tddatastructure
+;
 %ST = type { int, int* }            ; "Subtype"
 %DT = type { int, int*, int }       ; "derived type"