From b51cdfaddab2d19dca5a7b44988a0dfae166e24b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 7 Jan 2009 23:07:29 +0000 Subject: Fix off-by-one error in traversing an array; this fixes a test. The error was reported by gcc-4.3.0 during compilation. llvm-svn: 61896 --- llvm/test/CodeGen/CellSPU/shift_ops.ll | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/test/CodeGen/CellSPU') diff --git a/llvm/test/CodeGen/CellSPU/shift_ops.ll b/llvm/test/CodeGen/CellSPU/shift_ops.ll index 928e4904b40..5b60dc178fa 100644 --- a/llvm/test/CodeGen/CellSPU/shift_ops.ll +++ b/llvm/test/CodeGen/CellSPU/shift_ops.ll @@ -16,8 +16,6 @@ ; RUN: grep -w rotqbybi %t1.s | count 1 ; RUN: grep -w sfi %t1.s | count 3 -; XFAIL: alpha|linux|sparc|ia64|arm - target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128" target triple = "spu" -- cgit v1.2.3