summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-08-22 17:12:53 +0000
committerDevang Patel <dpatel@apple.com>2009-08-22 17:12:53 +0000
commit09395957113e2ea3aae4bdca53a22f3b08f9b4cf (patch)
tree3508590896a9f7cd77d4bc3554fbbde5dfc1a0e2 /llvm/lib/Target/Sparc
parentf0d31ab7b83f91283b1001d08578a57a82e8bb7a (diff)
downloadbcm5719-llvm-09395957113e2ea3aae4bdca53a22f3b08f9b4cf.tar.gz
bcm5719-llvm-09395957113e2ea3aae4bdca53a22f3b08f9b4cf.zip
Record variable debug info at ISel time directly.
llvm-svn: 79742
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/SparcISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcISelLowering.cpp b/llvm/lib/Target/Sparc/SparcISelLowering.cpp
index ebb9806bfaa..ae77a8cf47a 100644
--- a/llvm/lib/Target/Sparc/SparcISelLowering.cpp
+++ b/llvm/lib/Target/Sparc/SparcISelLowering.cpp
@@ -661,7 +661,6 @@ SparcTargetLowering::SparcTargetLowering(TargetMachine &TM)
setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand);
setOperationAction(ISD::DBG_LABEL, MVT::Other, Expand);
setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
- setOperationAction(ISD::DECLARE, MVT::Other, Expand);
setStackPointerRegisterToSaveRestore(SP::O6);
OpenPOWER on IntegriCloud