Use %prcontext, $prcontext is not resolving for some reason.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-15 06:52:45 +00:00
parent 8373e672db
commit 0742a40cae

View File

@ -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() {