Use %prcontext, $prcontext is not resolving for some reason.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 06:52:45 +0000 (06:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 06:52:45 +0000 (06:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36054 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/TailCallElim/move_alloca_for_tail_call.ll

index 9a643e91ba64c6b201abe8dddabfa0d4bc271eee..1b1f0d07201b4efc269f6fe596323ea13644b8b4 100644 (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() {