comparison gen/tollvm.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 8d850fa25713
children 5a2983f97498
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 #ifndef LLVMDC_GEN_TOLLVM_H 1 #ifndef LDC_GEN_TOLLVM_H
2 #define LLVMDC_GEN_TOLLVM_H 2 #define LDC_GEN_TOLLVM_H
3 3
4 #include "gen/llvm.h" 4 #include "gen/llvm.h"
5 #include "lexer.h" 5 #include "lexer.h"
6 #include "mtype.h" 6 #include "mtype.h"
7 #include "attrib.h" 7 #include "attrib.h"
142 */ 142 */
143 void DtoMemoryBarrier(bool ll, bool ls, bool sl, bool ss, bool device=false); 143 void DtoMemoryBarrier(bool ll, bool ls, bool sl, bool ss, bool device=false);
144 144
145 #include "enums.h" 145 #include "enums.h"
146 146
147 #endif // LLVMDC_GEN_TOLLVM_H 147 #endif // LDC_GEN_TOLLVM_H