[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveVariables.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 3 21:40:03 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
LiveVariables.h updated: 1.26 -> 1.27
---
Log message:
add a dump method to help debugging
---
Diffs of the changes: (+2 -0)
LiveVariables.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/CodeGen/LiveVariables.h
diff -u llvm/include/llvm/CodeGen/LiveVariables.h:1.26 llvm/include/llvm/CodeGen/LiveVariables.h:1.27
--- llvm/include/llvm/CodeGen/LiveVariables.h:1.26 Thu Aug 25 00:45:31 2005
+++ llvm/include/llvm/CodeGen/LiveVariables.h Tue Jan 3 23:39:51 2006
@@ -68,6 +68,8 @@
}
return false;
}
+
+ void dump() const;
};
private:
More information about the llvm-commits
mailing list