1
0
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:
Chris Lattner 2002-10-02 21:55:24 +00:00
parent ca626922bc
commit e5346ec9ed
2 changed files with 8 additions and 2 deletions
include/llvm/Analysis
DSGraph.h
DataStructure

@ -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;