[llvm] r194689 - Fix the header comment of the new pass manager stuff to not claim to be

Chandler Carruth chandlerc at gmail.com
Thu Nov 14 02:55:14 PST 2013


Author: chandlerc
Date: Thu Nov 14 04:55:14 2013
New Revision: 194689

URL: http://llvm.org/viewvc/llvm-project?rev=194689&view=rev
Log:
Fix the header comment of the new pass manager stuff to not claim to be
the legacy stuff. =]

Modified:
    llvm/trunk/include/llvm/IR/PassManager.h

Modified: llvm/trunk/include/llvm/IR/PassManager.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/PassManager.h?rev=194689&r1=194688&r2=194689&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/PassManager.h (original)
+++ llvm/trunk/include/llvm/IR/PassManager.h Thu Nov 14 04:55:14 2013
@@ -1,4 +1,4 @@
-//===- PassManager.h - LegacyContainer for Passes --------------*- C++ -*-===//
+//===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list