comparison gen/aa.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 121624c14053
children 09734fb929c0
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 #ifndef LLVMDC_GEN_AA_H 1 #ifndef LDC_GEN_AA_H
2 #define LLVMDC_GEN_AA_H 2 #define LDC_GEN_AA_H
3 3
4 DValue* DtoAAIndex(Loc& loc, Type* type, DValue* aa, DValue* key, bool lvalue); 4 DValue* DtoAAIndex(Loc& loc, Type* type, DValue* aa, DValue* key, bool lvalue);
5 DValue* DtoAAIn(Loc& loc, Type* type, DValue* aa, DValue* key); 5 DValue* DtoAAIn(Loc& loc, Type* type, DValue* aa, DValue* key);
6 void DtoAARemove(Loc& loc, DValue* aa, DValue* key); 6 void DtoAARemove(Loc& loc, DValue* aa, DValue* key);
7 7
8 #endif // LLVMDC_GEN_AA_H 8 #endif // LDC_GEN_AA_H