summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelLowering.h
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-11-22 23:50:42 +0000
committerScott Michel <scottm@aero.org>2008-11-22 23:50:42 +0000
commit7a1c9e9cb7822afcf86b6575a3187974beecd9c6 (patch)
treea3c8e21db21953862152b937893c7cfb499b21c1 /lib/Target/CellSPU/SPUISelLowering.h
parentbab6436b1726a2db21ab1e024540e98c02a5a009 (diff)
downloadllvm-7a1c9e9cb7822afcf86b6575a3187974beecd9c6.tar.gz
llvm-7a1c9e9cb7822afcf86b6575a3187974beecd9c6.tar.bz2
llvm-7a1c9e9cb7822afcf86b6575a3187974beecd9c6.tar.xz
CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it
ever conceived to occur). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUISelLowering.h')
-rw-r--r--lib/Target/CellSPU/SPUISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUISelLowering.h b/lib/Target/CellSPU/SPUISelLowering.h
index 1be376ce31..d6fb3f8001 100644
--- a/lib/Target/CellSPU/SPUISelLowering.h
+++ b/lib/Target/CellSPU/SPUISelLowering.h
@@ -37,7 +37,7 @@ namespace llvm {
LDRESULT, ///< Load result (value, chain)
CALL, ///< CALL instruction
SHUFB, ///< Vector shuffle (permute)
- INSERT_MASK, ///< Insert element shuffle mask
+ SHUFFLE_MASK, ///< Shuffle mask
CNTB, ///< Count leading ones in bytes
PROMOTE_SCALAR, ///< Promote scalar->vector
EXTRACT_ELT0, ///< Extract element 0