update this patch to handle an extraneous &1. This should be pulled

into the 2.3 release branch.

llvm-svn: 51824
This commit is contained in:
Chris Lattner 2008-05-31 19:50:53 +00:00
parent a76f0f7031
commit c5156a932e
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
; For PR1099
; RUN: llvm-as < %s | llc -march=c | \
; RUN: grep {return ((((llvm_cbe_tmp2 == llvm_cbe_b_2e_0_2e_0_2e_val)) ? (1) : (0)))}
; RUN: llvm-as < %s | llc -march=c | grep {(llvm_cbe_tmp2 == llvm_cbe_b_2e_0_2e_0_2e_val)}
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"