Teach legalize about targetglobaladdress

llvm-svn: 24385
This commit is contained in:
Chris Lattner 2005-11-17 05:52:24 +00:00
parent 2bf458af92
commit 4ff65ec745
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
case ISD::Register:
case ISD::TargetConstant:
case ISD::GlobalAddress:
case ISD::TargetGlobalAddress:
case ISD::ExternalSymbol:
case ISD::ConstantPool: // Nothing to do.
case ISD::BasicBlock: