mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
[svn r250] Fixed the warning about dropping arguments to _Dmain when optimizing.
Did a few cleanups in inline asm code.
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
struct DSliceValue;
|
||||
|
||||
const llvm::StructType* DtoArrayType(Type* t);
|
||||
const llvm::ArrayType* DtoStaticArrayType(Type* t);
|
||||
const llvm::StructType* DtoArrayType(Type* arrayTy);
|
||||
const llvm::StructType* DtoArrayType(const LLType* elemTy);
|
||||
const llvm::ArrayType* DtoStaticArrayType(Type* sarrayTy);
|
||||
|
||||
LLConstant* DtoConstArrayInitializer(ArrayInitializer* si);
|
||||
LLConstant* DtoConstSlice(LLConstant* dim, LLConstant* ptr);
|
||||
|
||||
Reference in New Issue
Block a user