diff options
Diffstat (limited to 'llvm/test/CodeGen/CellSPU')
-rw-r--r-- | llvm/test/CodeGen/CellSPU/mul_ops.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/CellSPU/mul_ops.ll b/llvm/test/CodeGen/CellSPU/mul_ops.ll index e1509d27cba..a67c572a7c6 100644 --- a/llvm/test/CodeGen/CellSPU/mul_ops.ll +++ b/llvm/test/CodeGen/CellSPU/mul_ops.ll @@ -8,11 +8,10 @@ ; RUN: grep and %t1.s | count 2 ; RUN: grep selb %t1.s | count 6 ; RUN: grep fsmbi %t1.s | count 4 -; RUN: grep shli %t1.s | count 4 +; RUN: grep shli %t1.s | count 2 ; RUN: grep shlhi %t1.s | count 4 ; RUN: grep ila %t1.s | count 2 -; RUN: grep xsbh %t1.s | count 8 -; RUN: grep xshw %t1.s | count 4 +; RUN: grep xsbh %t1.s | count 4 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" |