mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-25 16:45:21 +02:00
* Moved ir/irsymbol.cpp/h into ir/irdsymbol.cpp/h.
* Added #if IN_DMD versioning around DMD backend specific code in the D1 frontend, D2 is currently broken. * All part of a greater cleanup scheme.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "gen/llvm.h"
|
||||
#include "ir/ir.h"
|
||||
#include "ir/irsymbol.h"
|
||||
#include "ir/irdsymbol.h"
|
||||
#include "ir/irvar.h"
|
||||
|
||||
#include "gen/logger.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LDC_IR_IRSYMBOL_H
|
||||
#define LDC_IR_IRSYMBOL_H
|
||||
#ifndef LDC_IR_IRDSYMBOL_H
|
||||
#define LDC_IR_IRDSYMBOL_H
|
||||
|
||||
#include <set>
|
||||
|
||||
Reference in New Issue
Block a user