[llvm-commits] CVS: llvm/include/llvm/Assembly/Writer.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 8 16:29:00 PST 2004
Changes in directory llvm/include/llvm/Assembly:
Writer.h updated: 1.28 -> 1.29
---
Log message:
Remove yet another obsolete comment :)
---
Diffs of the changes: (+0 -3)
Index: llvm/include/llvm/Assembly/Writer.h
diff -u llvm/include/llvm/Assembly/Writer.h:1.28 llvm/include/llvm/Assembly/Writer.h:1.29
--- llvm/include/llvm/Assembly/Writer.h:1.28 Thu Jan 8 16:21:59 2004
+++ llvm/include/llvm/Assembly/Writer.h Thu Jan 8 16:28:45 2004
@@ -12,9 +12,6 @@
// can print LLVM code at a variety of granularities, including Modules,
// BasicBlocks, and Instructions. This makes it useful for debugging.
//
-// This library uses the Analysis library to figure out offsets for
-// variables in the method tables.
-//
//===----------------------------------------------------------------------===//
#ifndef LLVM_ASSEMBLY_WRITER_H
More information about the llvm-commits
mailing list