aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-11-25 01:30:37 +0000
committerScott Michel <scottm@aero.org>2008-11-25 01:30:37 +0000
commit65aacd39c72e6fe7e53d85e991b9f72552a9cb5e (patch)
tree022c01515dbc5caa97dcbc6f54ef277a253e98fb /test
parentc486de251d6d626565d464c838a3bba79185b000 (diff)
downloadexternal_llvm-65aacd39c72e6fe7e53d85e991b9f72552a9cb5e.zip
external_llvm-65aacd39c72e6fe7e53d85e991b9f72552a9cb5e.tar.gz
external_llvm-65aacd39c72e6fe7e53d85e991b9f72552a9cb5e.tar.bz2
CellSPU: test should use shlqby, not shlqbyi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/CellSPU/extract_elt.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/CellSPU/extract_elt.ll b/test/CodeGen/CellSPU/extract_elt.ll
index 0987e2b..bcd2f42 100644
--- a/test/CodeGen/CellSPU/extract_elt.ll
+++ b/test/CodeGen/CellSPU/extract_elt.ll
@@ -3,7 +3,7 @@
; RUN: grep ilhu %t1.s | count 27
; RUN: grep iohl %t1.s | count 27
; RUN: grep lqa %t1.s | count 10
-; RUN: grep shlqbyi %t1.s | count 12
+; RUN: grep shlqby %t1.s | count 12
; RUN: grep 515 %t1.s | count 1
; RUN: grep 1029 %t1.s | count 2
; RUN: grep 1543 %t1.s | count 2
@@ -28,7 +28,6 @@
; RUN: grep 32782 %t1.s | count 1
; RUN: grep 32783 %t1.s | count 1
; RUN: grep 32896 %t1.s | count 24
-; XFAIL: *
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"