Missing '&&'

llvm-svn: 35519
This commit is contained in:
Evan Cheng 2007-03-30 22:03:49 +00:00
parent 2cdce430e2
commit 67a49736af
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=arm &&
; RUN: llvm-as < %s | llc -march=arm | grep "ldrb.*7" | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=arm | grep "ldrb.*7" | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=arm | grep "ldrsb.*7" | wc -l | grep 1
%struct.A = type { i8, i8, i8, i8, i16, i8, i8, %struct.B** }