Use the new prcontext script.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell
2004-08-02 22:31:58 +00:00
parent 955a742569
commit cc455dea0f
16 changed files with 16 additions and 16 deletions
@@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -constmerge | llvm-dis | grep -C2 foo | grep bar
; RUN: llvm-as < %s | opt -constmerge | llvm-dis | %prcontext foo 2 | grep bar
%foo = constant int 6
%bar = constant int 6