Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / PartialStore.ll
index ab1edf5b4731bdc189cc86fdd153d5aafde5ef4d..c97d48169b1e46e485db0b150af06f3ee4f03a9a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -dse -S | \
+; RUN: opt < %s -basicaa -dse -S | \
 ; RUN:    not grep {store i8}
 ; Ensure that the dead store is deleted in this case.  It is wholely
 ; overwritten by the second store.