LoopVectorize: Vectorize all accesses in address space zero with unit stride
[oota-llvm.git] / test / Transforms / ADCE / 2002-05-23-ZeroArgPHITest.ll
index 590bdeff8182d9bc24f1985aeb293e4ffafdc986..9407b5a68d6924c636e12cf99bc6da207826c0a5 100644 (file)
@@ -4,7 +4,7 @@
 ; removed even though there were uses still around.  Now the uses are filled
 ; in with a dummy value before the PHI is deleted.
 ;
-; RUN: opt %s -adce
+; RUN: opt %s -adce
        
         %node_t = type { double*, %node_t*, %node_t**, double**, double*, i32, i32 }