Fix the header comment of the new pass manager stuff to not claim to be

the legacy stuff. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2013-11-14 10:55:14 +00:00
parent 29a651af8a
commit 4701c4702e

View File

@ -1,4 +1,4 @@
//===- PassManager.h - LegacyContainer for Passes --------------*- C++ -*-===//
//===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//