1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-07 12:35:41 +00:00

Add another required #include for freestanding .h files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-10-17 08:12:36 +00:00
parent 6553155172
commit 985577ec13

@ -20,14 +20,13 @@
#define LLVM_PASS_ANALYSIS_SUPPORT_H
#include <vector>
#include "llvm/Pass.h"
#include "llvm/ADT/SmallVector.h"
namespace llvm {
class StringRef;
// No need to include Pass.h, we are being included by it!
//===----------------------------------------------------------------------===//
// AnalysisUsage - Represent the analysis usage information of a pass. This
// tracks analyses that the pass REQUIRES (must be available when the pass