Forgot to update these files for the FastDSE changes.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / simple.llx
index e9a1e925c95ce7788a3c164975746e8e3903ac15..e0ce12d0ac8176ff4dd10f8fa75908b4f60f4df9 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, int* %P) {
        %DEAD = load int* %Q