Add std::pair tier. This is a much simplified version of boost::tie
[oota-llvm.git] / include / llvm / Pass.h
index 9e43b5e0a3a99c5c2f7a82a1f03450c7c7098974..0d0a6e6fbc07c5491b4e927cb587188994a18598 100644 (file)
@@ -1,4 +1,11 @@
-//===- llvm/Pass.h - Base class for XForm Passes -----------------*- C++ -*--=//
+//===- llvm/Pass.h - Base class for Passes ----------------------*- C++ -*-===//
+// 
+//                     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 defines a base class that indicates that a specified class is a
 // transformation pass implementation.
@@ -65,7 +72,7 @@ public:
   /// implemented in terms of the name that is registered by one of the
   /// Registration templates, but can be overloaded directly, and if nothing
   /// else is available, C++ RTTI will be consulted to get a SOMEWHAT
-  /// intelligable name for the pass.
+  /// intelligible name for the pass.
   ///
   virtual const char *getPassName() const;