mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
"The Great Renaming" continues.
More changes to match the renamed files of LLVM 3.3.
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if LDC_LLVM_VER >= 303
|
||||
#include "llvm/IR/DerivedTypes.h"
|
||||
#else
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#endif
|
||||
#include "mtype.h"
|
||||
|
||||
#include "gen/irstate.h"
|
||||
|
||||
Reference in New Issue
Block a user