projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1174d
)
update test
author
Chris Lattner
<sabre@nondot.org>
Mon, 2 Feb 2009 18:12:58 +0000
(18:12 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 2 Feb 2009 18:12:58 +0000
(18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63532
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
b/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
index 4b7d622cd392a4522486aeb4568f541bf7bac2eb..a8a76bc53b5ed0e7640e5decc93caeb972870367 100644
(file)
--- a/
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
+++ b/
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {ret i32 undef}
+; RUN: llvm-as < %s | opt -scalarrepl
-instcombine
| llvm-dis | grep {ret i32 undef}
; Test that an array is not incorrectly deconstructed.