Fix minor mistakes

llvm-svn: 19309
This commit is contained in:
Jeff Cohen 2005-01-06 06:29:42 +00:00
parent b5bd66d55c
commit c205cf1049
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Config/config.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Bytecode/Reader.h"