aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadStoreElimination
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-01 23:50:07 +0000
committerDan Gohman <gohman@apple.com>2008-05-01 23:50:07 +0000
commit3c250772efb5f610a43ffc9b4ceaa67be9c7b693 (patch)
treed2847301c4dfff9ae75ef059f6d0bf515718b7f7 /test/Transforms/DeadStoreElimination
parentfc28db227985ffd9b26927c0b64accaa6840b971 (diff)
downloadexternal_llvm-3c250772efb5f610a43ffc9b4ceaa67be9c7b693.zip
external_llvm-3c250772efb5f610a43ffc9b4ceaa67be9c7b693.tar.gz
external_llvm-3c250772efb5f610a43ffc9b4ceaa67be9c7b693.tar.bz2
Update old-style syntax in some "not grep" tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/DeadStoreElimination')
-rw-r--r--test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll b/test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
index 660c74f..54fa078 100644
--- a/test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
+++ b/test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | opt -dse -scalarrepl -instcombine | \
-; RUN: llvm-dis | not grep {ret int undef}
+; RUN: llvm-dis | not grep {ret i32 undef}
define i32 @test(double %__x) {
%__u = alloca { [3 x i32] } ; <{ [3 x i32] }*> [#uses=2]