projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f56a5
)
IA64 doesn't support the LOCATION node, and for some reason the ISelPattern
author
Chris Lattner
<sabre@nondot.org>
Thu, 1 Dec 2005 18:19:53 +0000
(18:19 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 1 Dec 2005 18:19:53 +0000
(18:19 +0000)
stuff isn't using ISelLowering.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24567
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64ISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64ISelPattern.cpp
b/lib/Target/IA64/IA64ISelPattern.cpp
index d2351d0fbd7678b3700fada5ba4cb6d1a9bfe9fc..b071a0894d57e9816df6262513a6e80b70de591c 100644
(file)
--- a/
lib/Target/IA64/IA64ISelPattern.cpp
+++ b/
lib/Target/IA64/IA64ISelPattern.cpp
@@
-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);