mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Clean up header, remove extra #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad2be6cc41
commit
2148bcb7e3
@ -1,5 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===- extract.cpp - LLVM function extraction utility ---------------------===//
|
||||||
// LLVM extract Utility
|
|
||||||
//
|
//
|
||||||
// This utility changes the input module to only contain a single function,
|
// This utility changes the input module to only contain a single function,
|
||||||
// which is primarily used for debugging transformations.
|
// which is primarily used for debugging transformations.
|
||||||
@ -8,7 +7,6 @@
|
|||||||
|
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/PassManager.h"
|
#include "llvm/PassManager.h"
|
||||||
#include "llvm/Pass.h"
|
|
||||||
#include "llvm/Bytecode/Reader.h"
|
#include "llvm/Bytecode/Reader.h"
|
||||||
#include "llvm/Bytecode/WriteBytecodePass.h"
|
#include "llvm/Bytecode/WriteBytecodePass.h"
|
||||||
#include "llvm/Transforms/IPO.h"
|
#include "llvm/Transforms/IPO.h"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===- extract.cpp - LLVM function extraction utility ---------------------===//
|
||||||
// LLVM extract Utility
|
|
||||||
//
|
//
|
||||||
// This utility changes the input module to only contain a single function,
|
// This utility changes the input module to only contain a single function,
|
||||||
// which is primarily used for debugging transformations.
|
// which is primarily used for debugging transformations.
|
||||||
@ -8,7 +7,6 @@
|
|||||||
|
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/PassManager.h"
|
#include "llvm/PassManager.h"
|
||||||
#include "llvm/Pass.h"
|
|
||||||
#include "llvm/Bytecode/Reader.h"
|
#include "llvm/Bytecode/Reader.h"
|
||||||
#include "llvm/Bytecode/WriteBytecodePass.h"
|
#include "llvm/Bytecode/WriteBytecodePass.h"
|
||||||
#include "llvm/Transforms/IPO.h"
|
#include "llvm/Transforms/IPO.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user