mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-25 08:03:13 +01:00
[svn r174] added file missing from previous commit [173]
This commit is contained in:
16
ir/irtype.h
Normal file
16
ir/irtype.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef LLVMDC_IR_IRTYPE_H
|
||||
#define LLVMDC_IR_IRTYPE_H
|
||||
|
||||
#include "ir/ir.h"
|
||||
|
||||
namespace llvm {
|
||||
class PATypeHolder;
|
||||
}
|
||||
|
||||
struct IrType
|
||||
{
|
||||
llvm::PATypeHolder* type;
|
||||
llvm::PATypeHolder* vtblType;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user