Changes in directory llvm/test/Transforms/TailCallElim:

move_alloca_for_tail_call.ll updated: 1.5 -> 1.6
---
Log message:

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


---
Diffs of the changes:  (+1 -1)

 move_alloca_for_tail_call.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll
diff -u llvm/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll:1.5 
llvm/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll:1.6
--- llvm/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll:1.5  Sun Apr 
15 00:03:58 2007
+++ llvm/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll      Sun Apr 
15 01:52:45 2007
@@ -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() {



_______________________________________________
llvm-commits mailing list
[EMAIL PROTECTED]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to