1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

This file doesn't need Pass.h

llvm-svn: 4026
This commit is contained in:
Chris Lattner 2002-10-02 21:55:24 +00:00
parent 1477c5282f
commit 801fcdd060

View File

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