[llvm-commits] CVS: llvm/test/Regression/Transforms/Inline/alloca_test.ll

John Criswell criswell at cs.uiuc.edu
Mon Aug 2 15:32:08 PDT 2004



Changes in directory llvm/test/Regression/Transforms/Inline:

alloca_test.ll updated: 1.3 -> 1.4

---
Log message:

Use the new prcontext script.




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

Index: llvm/test/Regression/Transforms/Inline/alloca_test.ll
diff -u llvm/test/Regression/Transforms/Inline/alloca_test.ll:1.3 llvm/test/Regression/Transforms/Inline/alloca_test.ll:1.4
--- llvm/test/Regression/Transforms/Inline/alloca_test.ll:1.3	Tue Dec  9 10:48:52 2003
+++ llvm/test/Regression/Transforms/Inline/alloca_test.ll	Mon Aug  2 17:31:58 2004
@@ -1,7 +1,7 @@
 ; This test ensures that alloca instructions in the entry block for an inlined
 ; function are moved to the top of the function they are inlined into.
 ;
-; RUN: llvm-as < %s | opt -inline | llvm-dis | grep -C1 alloca | grep Entry:
+; RUN: llvm-as < %s | opt -inline | llvm-dis | %prcontext alloca 1 | grep Entry:
 
 int %func(int %i) {
 	%X = alloca int 





More information about the llvm-commits mailing list