[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
Jim Laskey
jlaskey at apple.com
Wed Jan 4 17:25:45 PST 2006
Changes in directory llvm/lib/Target/SparcV8:
SparcV8ISelDAGToDAG.cpp updated: 1.38 -> 1.39
---
Log message:
Added initial support for DEBUG_LABEL allowing debug specific labels to be
inserted in the code.
---
Diffs of the changes: (+0 -1)
SparcV8ISelDAGToDAG.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.38 llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.39
--- llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.38 Wed Jan 4 18:26:14 2006
+++ llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp Wed Jan 4 19:25:28 2006
@@ -153,7 +153,6 @@
// We don't have line number support yet.
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
- setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
computeRegisterProperties();
}
More information about the llvm-commits
mailing list