summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-11-14 10:55:14 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-11-14 10:55:14 +0000
commit4701c4702e2f37d7a9f3ea9ef91ec47d73515093 (patch)
treeefec43a542a7b320bd8f0eee627eb497020e9ac1 /include
parent29a651af8a4b522daf1f9102c93e4c8ecc2ef3c2 (diff)
downloadllvm-4701c4702e2f37d7a9f3ea9ef91ec47d73515093.tar.gz
llvm-4701c4702e2f37d7a9f3ea9ef91ec47d73515093.tar.bz2
llvm-4701c4702e2f37d7a9f3ea9ef91ec47d73515093.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/PassManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h
index 55c653c71c..08aac77f68 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
//