mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Add proper headers in CFGUpdate.h and add CFGDiff.h in the list of delayed headers for LLVM_intrinsic_gen.
Summary: Fix module build after r339694. Add headers needed in CFGUpdate.h. Add CFGDiff.h in the list of delayed headers for LLVM_intrinsic_gen. Up for post-commit review. Subscribers: sanjoy, jlebar, llvm-commits Differential Revision: https://reviews.llvm.org/D50734 llvm-svn: 339724
This commit is contained in:
parent
33e6cabc50
commit
f7d073af0f
@ -15,7 +15,12 @@
|
||||
#ifndef LLVM_SUPPORT_CFGUPDATE_H
|
||||
#define LLVM_SUPPORT_CFGUPDATE_H
|
||||
|
||||
#include "llvm/ADT/APInt.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/PointerIntPair.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
namespace llvm {
|
||||
namespace cfg {
|
||||
|
@ -192,6 +192,7 @@ module LLVM_intrinsic_gen {
|
||||
|
||||
// Intrinsics.h
|
||||
module IR_CFG { header "IR/CFG.h" export * }
|
||||
module IR_CFGDiff { header "IR/CFGDiff.h" export * }
|
||||
module IR_ConstantRange { header "IR/ConstantRange.h" export * }
|
||||
module IR_Dominators { header "IR/Dominators.h" export * }
|
||||
module Analysis_PostDominators { header "Analysis/PostDominators.h" export * }
|
||||
|
Loading…
Reference in New Issue
Block a user