diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-05-01 12:04:32 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-05-01 12:04:32 +0000 |
| commit | ebbdfef2fc7234a5b0ef01295a7d05a7b56ba2ec (patch) | |
| tree | e341c422009224022f4b31dd35f22990244e22e0 /llvm/lib/Target/MSP430/MSP430ISelLowering.h | |
| parent | 6fbff448932b7e1861a135b441e1ecc777adf990 (diff) | |
| download | bcm5719-llvm-ebbdfef2fc7234a5b0ef01295a7d05a7b56ba2ec.tar.gz bcm5719-llvm-ebbdfef2fc7234a5b0ef01295a7d05a7b56ba2ec.zip | |
Implement indirect branches on MSP430
llvm-svn: 102835
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430ISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430ISelLowering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.h b/llvm/lib/Target/MSP430/MSP430ISelLowering.h index 6047a49248f..01c5071622a 100644 --- a/llvm/lib/Target/MSP430/MSP430ISelLowering.h +++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.h @@ -85,6 +85,7 @@ namespace llvm { SDValue LowerShifts(SDValue Op, SelectionDAG &DAG) const; SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const; + SDValue LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const; SDValue LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const; SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const; SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const; |

