Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / alloca.ll
index 665207ed66cb9e617b91348007aa2002ba16c5d6..b6818eb3824f920898abc8c9120bc67742976b8b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -dse -S | not grep DEAD
+; RUN: opt %s -dse -S | not grep DEAD
 
 define void @test(i32* %Q) {
         %P = alloca i32         ; <i32*> [#uses=1]