Fix buggy test

llvm-svn: 10345
This commit is contained in:
Chris Lattner 2003-12-09 21:45:23 +00:00
parent 88ca84b809
commit b7924b166a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; This testcase ensures that we can sink instructions from loops with
; multiple exits.
;
; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep Out:
; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep 'Out[12]:'
int %test(int %N, bool %C) {
Entry: