Forgot to update these files for the FastDSE changes.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / alloca.llx
index 6468b281fd53e51be714f494f0cd551cc2658d32..d7aacb5e94b3abadd0d01177115c171bf47e9f30 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -fdse | llvm-dis | not grep DEAD
+; RUN: llvm-upgrade < %s | llvm-as | opt -dse | llvm-dis | not grep DEAD
 
 void %test(int* %Q) {
        %P = alloca int