diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-13 05:34:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-13 05:34:24 +0000 |
commit | c7bc3bb50357e1f7638000895bbda6da3d2523ee (patch) | |
tree | 97959e71dd543d294c0543b4bb9b5449785f89e9 /llvm/lib | |
parent | ab16a659d71c10acb0eaa74fe593e29268f1f4ea (diff) | |
download | bcm5719-llvm-c7bc3bb50357e1f7638000895bbda6da3d2523ee.tar.gz bcm5719-llvm-c7bc3bb50357e1f7638000895bbda6da3d2523ee.zip |
This is a header file, hear me roar
llvm-svn: 9075
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/VMCore/PassManagerT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/PassManagerT.h b/llvm/lib/VMCore/PassManagerT.h index 370aa4c42ed..7bd9b3488b4 100644 --- a/llvm/lib/VMCore/PassManagerT.h +++ b/llvm/lib/VMCore/PassManagerT.h @@ -1,4 +1,4 @@ -//===- PassManagerT.h - Container for Passes ------------------------------===// +//===- PassManagerT.h - Container for Passes --------------------*- C++ -*-===// // // This file defines the PassManagerT class. This class is used to hold, // maintain, and optimize execution of Pass's. The PassManager class ensures |