mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
This file doesn't need Pass.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca626922bc
commit
e5346ec9ed
@ -8,8 +8,11 @@
|
||||
#ifndef LLVM_ANALYSIS_DSGRAPH_H
|
||||
#define LLVM_ANALYSIS_DSGRAPH_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
class Function;
|
||||
class Value;
|
||||
class GlobalValue;
|
||||
class Type;
|
||||
|
||||
|
@ -8,8 +8,11 @@
|
||||
#ifndef LLVM_ANALYSIS_DSGRAPH_H
|
||||
#define LLVM_ANALYSIS_DSGRAPH_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
class Function;
|
||||
class Value;
|
||||
class GlobalValue;
|
||||
class Type;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user