From: Reid Spencer Date: Sun, 15 Apr 2007 06:52:45 +0000 (+0000) Subject: Use %prcontext, $prcontext is not resolving for some reason. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0742a40cae4ea03978548f2ec3485bee67be6cb6;p=oota-llvm.git 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 --- diff --git a/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll b/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll index 9a643e91ba6..1b1f0d07201 100644 --- a/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll +++ b/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll @@ -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() {