mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Fix minor mistakes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d1c452b501
commit
00f3db6a4c
@ -1,4 +1,4 @@
|
|||||||
//===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- C++ -*-===//
|
//===- llvm/Transforms/LinkAllPasses.h - Reference All Passes ---*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -16,8 +16,6 @@
|
|||||||
#ifndef LLVM_TRANSFORMS_LINKALLPASSES_H
|
#ifndef LLVM_TRANSFORMS_LINKALLPASSES_H
|
||||||
#define LLVM_TRANSFORMS_LINKALLPASSES_H
|
#define LLVM_TRANSFORMS_LINKALLPASSES_H
|
||||||
|
|
||||||
#include "llvm/Config/config.h"
|
|
||||||
|
|
||||||
#ifdef LLVM_ON_WIN32
|
#ifdef LLVM_ON_WIN32
|
||||||
|
|
||||||
#include "llvm/Transforms/Instrumentation.h"
|
#include "llvm/Transforms/Instrumentation.h"
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
#include "llvm/Config/config.h"
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/PassManager.h"
|
#include "llvm/PassManager.h"
|
||||||
#include "llvm/Bytecode/Reader.h"
|
#include "llvm/Bytecode/Reader.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user