mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove an unnecessary include. Now we won't have circular include
problems later on. llvm-svn: 79487
This commit is contained in:
parent
d0438546ef
commit
c69536c40b
@ -20,10 +20,11 @@
|
||||
#define LLVM_CODEGEN_MACHINE_FUNCTION_PASS_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class MachineFunction;
|
||||
|
||||
/// MachineFunctionPass - This class adapts the FunctionPass interface to
|
||||
/// allow convenient creation of passes that operate on the MachineFunction
|
||||
/// representation. Instead of overriding runOnFunction, subclasses
|
||||
|
Loading…
x
Reference in New Issue
Block a user