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:
9487652
)
xfail this for now
author
Chris Lattner
<sabre@nondot.org>
Fri, 15 Sep 2006 17:25:22 +0000
(17:25 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 15 Sep 2006 17:25:22 +0000
(17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30398
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/ArgumentPromotion/recursion.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/ArgumentPromotion/recursion.ll
b/test/Transforms/ArgumentPromotion/recursion.ll
index c7b055af8e2d0171765c89380973e422c5436745..ca07d3ab08912081983e8c6242e3676dabc52a07 100644
(file)
--- a/
test/Transforms/ArgumentPromotion/recursion.ll
+++ b/
test/Transforms/ArgumentPromotion/recursion.ll
@@
-1,5
+1,5
@@
; RUN: llvm-as < %s | opt -argpromotion | llvm-dis | grep x.val
-;
ModuleID = 'recursive2.bc'
+;
XFAIL: *
implementation ; Functions:
@@
-14,4
+14,4
@@
int %bar(int* %x) {
entry:
%tmp3 = call int %foo( int* %x) ; <int>[#uses=1]
ret int %tmp3
-}
\ No newline at end of file
+}