mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 03:19:50 +00:00
Add another required #include for freestanding .h files.
llvm-svn: 84322
This commit is contained in:
parent
d941e8b23a
commit
89e9f2b1c1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user