Implement automatically updated def/use lists for all MachineInstr register
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index ceff9b5bd7c380d637afdad3e95318c35eab34d1..e1be58ee5688ece34b4415cf7096e7e59e26c0b0 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -29,7 +29,7 @@ namespace llvm {
   class MachineConstantPoolValue;
   class Mangler;
   class TargetAsmInfo;
-  
+  class Type;
 
   /// AsmPrinter - This class is intended to be used as a driving class for all
   /// asm writers.