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

llvm-svn: 36054
This commit is contained in:
Reid Spencer 2007-04-15 06:52:45 +00:00
parent 63fc5df7ba
commit 7b78d371a6
1 changed files with 1 additions and 1 deletions

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