mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 03:48:57 +00:00
Fix minor mistakes
llvm-svn: 19309
This commit is contained in:
parent
b5bd66d55c
commit
c205cf1049
@ -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"
|
||||
|
@ -12,6 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/PassManager.h"
|
||||
#include "llvm/Bytecode/Reader.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user