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

@ -24,6 +24,7 @@
#include "gen/abi.h"
#include "gen/nested.h"
#include "gen/cl_options.h"
#include "gen/pragma.h"
using namespace llvm::Attribute;