aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadStoreElimination/alloca.llx
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-08-01 16:53:51 +0000
committerOwen Anderson <resistor@mac.com>2007-08-01 16:53:51 +0000
commitaaba6fcaa5b3b2ec4a237679c8fe7ad2f11306ab (patch)
treea0ad4a909296d18c535e564ab7f59fb6dd0589e0 /test/Transforms/DeadStoreElimination/alloca.llx
parent34c280e03131036065fb78613b754badb1c30514 (diff)
downloadexternal_llvm-aaba6fcaa5b3b2ec4a237679c8fe7ad2f11306ab.zip
external_llvm-aaba6fcaa5b3b2ec4a237679c8fe7ad2f11306ab.tar.gz
external_llvm-aaba6fcaa5b3b2ec4a237679c8fe7ad2f11306ab.tar.bz2
Forgot to update these files for the FastDSE changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/DeadStoreElimination/alloca.llx')
-rw-r--r--test/Transforms/DeadStoreElimination/alloca.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DeadStoreElimination/alloca.llx b/test/Transforms/DeadStoreElimination/alloca.llx
index 6468b28..d7aacb5 100644
--- a/test/Transforms/DeadStoreElimination/alloca.llx
+++ b/test/Transforms/DeadStoreElimination/alloca.llx
@@ -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