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:
87d9e69
)
Fix buggy test
author
Chris Lattner
<sabre@nondot.org>
Tue, 9 Dec 2003 21:45:23 +0000
(21:45 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 9 Dec 2003 21:45:23 +0000
(21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10345
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/LICM/sink_multiple_exits.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/LICM/sink_multiple_exits.ll
b/test/Transforms/LICM/sink_multiple_exits.ll
index 9d7d7f909068882ddb58ef8e89e2101c1cbc291a..1a0f824d5c4cefd330102137d862135afa576fd7 100644
(file)
--- a/
test/Transforms/LICM/sink_multiple_exits.ll
+++ b/
test/Transforms/LICM/sink_multiple_exits.ll
@@
-1,7
+1,7
@@
; This testcase ensures that we can sink instructions from loops with
; multiple exits.
;
-; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep
Out:
+; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep
'Out[12]:'
int %test(int %N, bool %C) {
Entry: