forked from OSchip/llvm-project
Use %prcontext, $prcontext is not resolving for some reason.
llvm-svn: 36054
This commit is contained in:
parent
63fc5df7ba
commit
7b78d371a6
|
@ -1,5 +1,5 @@
|
|||
; RUN: llvm-upgrade < %s | llvm-as | opt -tailcallelim | llvm-dis | \
|
||||
; RUN: $prcontext alloca 1 | grep {i32 @foo}
|
||||
; RUN: %prcontext alloca 1 | grep {i32 @foo}
|
||||
|
||||
declare void %bar(int*)
|
||||
int %foo() {
|
||||
|
|
Loading…
Reference in New Issue