[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
Nate Begeman
natebegeman at mac.com
Fri Feb 17 10:06:31 PST 2006
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.50 -> 1.51
---
Log message:
Fix a nit sabre noticed
---
Diffs of the changes: (+1 -1)
TargetLowering.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.50 llvm/include/llvm/Target/TargetLowering.h:1.51
--- llvm/include/llvm/Target/TargetLowering.h:1.50 Thu Feb 16 15:11:51 2006
+++ llvm/include/llvm/Target/TargetLowering.h Fri Feb 17 12:06:19 2006
@@ -293,7 +293,7 @@
SDOperand Old;
SDOperand New;
- TargetLoweringOpt::TargetLoweringOpt(SelectionDAG &InDAG) : DAG(InDAG) {}
+ TargetLoweringOpt(SelectionDAG &InDAG) : DAG(InDAG) {}
bool CombineTo(SDOperand O, SDOperand N) {
Old = O;
More information about the llvm-commits
mailing list