IA64 doesn't support the LOCATION node, and for some reason the ISelPattern

stuff isn't using ISelLowering.cpp

llvm-svn: 24567
This commit is contained in:
Chris Lattner 2005-12-01 18:19:53 +00:00
parent df9287836e
commit 93feffb4ed
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ namespace {
setOperationAction(ISD::MULHS , MVT::i64 , Expand);
setOperationAction(ISD::MULHU , MVT::i64 , Expand);
// We don't have line number support yet.
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
computeRegisterProperties();
addLegalFPImmediate(+0.0);