summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/SPUNodes.td
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-04-30 00:30:08 +0000
committerScott Michel <scottm@aero.org>2008-04-30 00:30:08 +0000
commitc3a1910a07de283a7b26b67cbfa8ca06c044382a (patch)
treee238daca6b8b7890682cd75d380593db5207586e /llvm/lib/Target/CellSPU/SPUNodes.td
parentbe940424b36811707dcc73948219bbf4924163e7 (diff)
downloadbcm5719-llvm-c3a1910a07de283a7b26b67cbfa8ca06c044382a.tar.gz
bcm5719-llvm-c3a1910a07de283a7b26b67cbfa8ca06c044382a.zip
Bug fixes and updates for CellSPU, syncing up with trunk. Most notable
fixes are target-specific lowering of frame indices, fix constants generated for the FSMBI instruction, and fixing SPUTargetLowering::computeMaskedBitsFor- TargetNode(). llvm-svn: 50462
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUNodes.td')
-rw-r--r--llvm/lib/Target/CellSPU/SPUNodes.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUNodes.td b/llvm/lib/Target/CellSPU/SPUNodes.td
index e390345ae2c..00d0f94212a 100644
--- a/llvm/lib/Target/CellSPU/SPUNodes.td
+++ b/llvm/lib/Target/CellSPU/SPUNodes.td
@@ -59,7 +59,8 @@ def SPUv4i32_binop: SDTypeProfile<1, 2, [
// FSMBI type constraints: There are several variations for the various
// vector types (this avoids having to bit_convert all over the place.)
def SPUfsmbi_type: SDTypeProfile<1, 1, [
- /* SDTCisVT<1, i32> */ SDTCisInt<1>]>;
+ SDTCisInt<1>
+]>;
// SELB type constraints:
def SPUselb_type: SDTypeProfile<1, 3, [
OpenPOWER on IntegriCloud