From: Chandler Carruth Date: Thu, 14 Nov 2013 10:55:14 +0000 (+0000) Subject: Fix the header comment of the new pass manager stuff to not claim to be X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4701c4702e2f37d7a9f3ea9ef91ec47d73515093;p=oota-llvm.git 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 --- diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h index 55c653c71c6..08aac77f68a 100644 --- a/include/llvm/IR/PassManager.h +++ b/include/llvm/IR/PassManager.h @@ -1,4 +1,4 @@ -//===- PassManager.h - LegacyContainer for Passes --------------*- C++ -*-===// +//===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure //