Refactoring: moved ldc specific code from dmd/attrib.c and dmd2/attrib.c into gen/pragma.cpp

This commit is contained in:
Alexey Prokhin
2012-02-04 14:35:12 +04:00
parent 72d510cb5e
commit 4d3ba3594c
14 changed files with 597 additions and 881 deletions

View File

@@ -20,6 +20,7 @@
#include "gen/complex.h"
#include "gen/llvmhelpers.h"
#include "gen/linkage.h"
#include "gen/pragma.h"
#include "ir/irtype.h"
#include "ir/irtypeclass.h"