[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelPattern.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 1 10:20:05 PST 2005
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp updated: 1.68 -> 1.69
---
Log message:
IA64 doesn't support the LOCATION node, and for some reason the ISelPattern
stuff isn't using ISelLowering.cpp
---
Diffs of the changes: (+3 -0)
IA64ISelPattern.cpp | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.68 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.69
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.68 Fri Oct 28 12:46:36 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp Thu Dec 1 12:19:53 2005
@@ -100,6 +100,9 @@
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);
More information about the llvm-commits
mailing list