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

Chris Lattner lattner at cs.uiuc.edu
Tue Dec 9 10:50:06 PST 2003


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

alloca_test.ll updated: 1.2 -> 1.3

---
Log message:

Improve portability with Mac OS/X


---
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.2 llvm/test/Regression/Transforms/Inline/alloca_test.ll:1.3
--- llvm/test/Regression/Transforms/Inline/alloca_test.ll:1.2	Tue Sep 16 10:29:32 2003
+++ llvm/test/Regression/Transforms/Inline/alloca_test.ll	Tue Dec  9 10:48:52 2003
@@ -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 -C 1 alloca | grep Entry:
+; RUN: llvm-as < %s | opt -inline | llvm-dis | grep -C1 alloca | grep Entry:
 
 int %func(int %i) {
 	%X = alloca int 





More information about the llvm-commits mailing list