forked from OSchip/llvm-project
parent
9482cc5b16
commit
1bcb3d16cc
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue