diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 06:52:45 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 06:52:45 +0000 |
commit | 0742a40cae4ea03978548f2ec3485bee67be6cb6 (patch) | |
tree | 711deb35f4c0722669c088ae6ca798bc3782cfda /test/Transforms/TailCallElim/move_alloca_for_tail_call.ll | |
parent | 8373e672dbe6cd932ffbb63d203c2aa5de9d8310 (diff) |
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
Diffstat (limited to 'test/Transforms/TailCallElim/move_alloca_for_tail_call.ll')
-rw-r--r-- | test/Transforms/TailCallElim/move_alloca_for_tail_call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll b/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll index 9a643e91ba..1b1f0d0720 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() { |