1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

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

the legacy stuff. =]

llvm-svn: 194689
This commit is contained in:
Chandler Carruth 2013-11-14 10:55:14 +00:00
parent 2224968104
commit 46b00ab145

View File

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