aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit203b2d6eed0f35fc8492c78ed2ae1afa854bfbf1 (patch)
tree805108882dbe9b05ab50c0db7a0d8de063bca74c /lib/Target/CellSPU/SPUNodes.td
parent82747a54849d22c3a0b7c3b56399da9b9e020ee0 (diff)
downloadexternal_llvm-203b2d6eed0f35fc8492c78ed2ae1afa854bfbf1.zip
external_llvm-203b2d6eed0f35fc8492c78ed2ae1afa854bfbf1.tar.gz
external_llvm-203b2d6eed0f35fc8492c78ed2ae1afa854bfbf1.tar.bz2
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(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50462 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUNodes.td')
-rw-r--r--lib/Target/CellSPU/SPUNodes.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUNodes.td b/lib/Target/CellSPU/SPUNodes.td
index e390345..00d0f94 100644
--- a/lib/Target/CellSPU/SPUNodes.td
+++ b/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, [