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:
176aeb1
)
Fix typo.
author
Owen Anderson
<resistor@mac.com>
Thu, 23 Apr 2009 04:24:19 +0000
(
04:24
+0000)
committer
Owen Anderson
<resistor@mac.com>
Thu, 23 Apr 2009 04:24:19 +0000
(
04:24
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69865
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/ArgumentPromotion/pr3085.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/ArgumentPromotion/pr3085.ll
b/test/Transforms/ArgumentPromotion/pr3085.ll
index 7927f5164481898b8e34eb4b54bfd666d6983975..e350370ca7afe21b8f52b9af1f8cbec364e1aace 100644
(file)
--- a/
test/Transforms/ArgumentPromotion/pr3085.ll
+++ b/
test/Transforms/ArgumentPromotion/pr3085.ll
@@
-1,5
+1,4
@@
-; RUN: llvm-as < %s | opt -disable-output -loop-extract-single -loop-rotate
--loop-reduce -argpromotion
+; RUN: llvm-as < %s | opt -disable-output -loop-extract-single -loop-rotate -loop-reduce -argpromotion
; PR 3085
%struct.Lit = type { i8 }