diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-05-31 19:50:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-05-31 19:50:53 +0000 |
| commit | c5156a932e581c1d1c1401a59d157e470cdf6ea1 (patch) | |
| tree | 33a3fae61aed2d243788e7558399f2890f052f04 /llvm/test | |
| parent | a76f0f7031e341667c8a1a8ee6e6b55f1b191353 (diff) | |
| download | bcm5719-llvm-c5156a932e581c1d1c1401a59d157e470cdf6ea1.tar.gz bcm5719-llvm-c5156a932e581c1d1c1401a59d157e470cdf6ea1.zip | |
update this patch to handle an extraneous &1. This should be pulled
into the 2.3 release branch.
llvm-svn: 51824
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll index 997a1491a3c..63dd9da0b11 100644 --- a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll +++ b/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll @@ -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" |

