From 236f6463715e9fdceedf47a4d414c4c40b1b6338 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Oct 2003 05:34:24 +0000 Subject: [PATCH] This is a header file, hear me roar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9075 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/PassManagerT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VMCore/PassManagerT.h b/lib/VMCore/PassManagerT.h index 370aa4c42ed..7bd9b3488b4 100644 --- a/lib/VMCore/PassManagerT.h +++ b/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 -- 2.34.1