[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
Jim Laskey
jlaskey at apple.com
Wed Jan 4 17:47:58 PST 2006
Changes in directory llvm/lib/Target/SparcV8:
SparcV8ISelDAGToDAG.cpp updated: 1.39 -> 1.40
---
Log message:
Had expand logic backward.
---
Diffs of the changes: (+2 -0)
SparcV8ISelDAGToDAG.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.39 llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.40
--- llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.39 Wed Jan 4 19:25:28 2006
+++ llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp Wed Jan 4 19:47:43 2006
@@ -153,6 +153,8 @@
// We don't have line number support yet.
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+ setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
+ setOperationAction(ISD::DEBUG_LABEL, MVT::Other, Expand);
computeRegisterProperties();
}
More information about the llvm-commits
mailing list