From c205cf104927c80021871fbf6a9864a9be84c7ca Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Thu, 6 Jan 2005 06:29:42 +0000 Subject: [PATCH] Fix minor mistakes llvm-svn: 19309 --- include/llvm/Transforms/LinkAllPasses.h | 4 +--- tools/opt/opt.cpp | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/llvm/Transforms/LinkAllPasses.h b/include/llvm/Transforms/LinkAllPasses.h index 87e62728b87..aba858a46af 100644 --- a/include/llvm/Transforms/LinkAllPasses.h +++ b/include/llvm/Transforms/LinkAllPasses.h @@ -1,4 +1,4 @@ -//===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- C++ -*-===// +//===- llvm/Transforms/LinkAllPasses.h - Reference All Passes ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -16,8 +16,6 @@ #ifndef LLVM_TRANSFORMS_LINKALLPASSES_H #define LLVM_TRANSFORMS_LINKALLPASSES_H -#include "llvm/Config/config.h" - #ifdef LLVM_ON_WIN32 #include "llvm/Transforms/Instrumentation.h" diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index fd339d92d98..2ae357c3944 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -12,6 +12,7 @@ // //===----------------------------------------------------------------------===// +#include "llvm/Config/config.h" #include "llvm/Module.h" #include "llvm/PassManager.h" #include "llvm/Bytecode/Reader.h"