Remove yet another obsolete comment :)

llvm-svn: 10720
This commit is contained in:
Chris Lattner 2004-01-08 22:28:45 +00:00
parent 4ace9279aa
commit e7d471ad3a
1 changed files with 0 additions and 3 deletions

View File

@ -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