summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/alloca_test.ll
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-08-02 22:31:58 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-08-02 22:31:58 +0000
commitcc455dea0fac53944468a2bf57ed55ed197d2a20 (patch)
tree15b0fb417eef419feec4d296cde8bcd068d3eb74 /test/Transforms/Inline/alloca_test.ll
parent955a74256981f80daf8c03381aa5ca9232789f45 (diff)
downloadllvm-cc455dea0fac53944468a2bf57ed55ed197d2a20.tar.gz
llvm-cc455dea0fac53944468a2bf57ed55ed197d2a20.tar.bz2
llvm-cc455dea0fac53944468a2bf57ed55ed197d2a20.tar.xz
Use the new prcontext script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/Inline/alloca_test.ll')
-rw-r--r--test/Transforms/Inline/alloca_test.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/alloca_test.ll b/test/Transforms/Inline/alloca_test.ll
index cb90b8ca83..46c4848b95 100644
--- a/test/Transforms/Inline/alloca_test.ll
+++ b/test/Transforms/Inline/alloca_test.ll
@@ -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