forked from OSchip/llvm-project
parent
8296e62244
commit
3301207a15
|
@ -22,15 +22,16 @@
|
|||
#define LLVM_CONSTANTS_H
|
||||
|
||||
#include "llvm/Constant.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/OperandTraits.h"
|
||||
#include "llvm/ADT/APInt.h"
|
||||
#include "llvm/ADT/APFloat.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class ArrayType;
|
||||
class IntegerType;
|
||||
class StructType;
|
||||
class PointerType;
|
||||
class VectorType;
|
||||
|
|
|
@ -13,15 +13,13 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_MDNODE_H
|
||||
#define LLVM_MDNODE_H
|
||||
#ifndef LLVM_METADATA_H
|
||||
#define LLVM_METADATA_H
|
||||
|
||||
#include "llvm/User.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/OperandTraits.h"
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include "llvm/ADT/ilist_node.h"
|
||||
|
|
|
@ -25,9 +25,10 @@
|
|||
#include "llvm/CallingConv.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/Instruction.h"
|
||||
#include "llvm/Intrinsics.h"
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/CodeGen/CallingConvLower.h"
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "llvm/CodeGen/MachineFrameInfo.h"
|
||||
|
|
Loading…
Reference in New Issue