comparison runtime/internal/aaA.d @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents a34078905d01
children 30b42a283c8e
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
27 * distribution. 27 * distribution.
28 */ 28 */
29 29
30 /* 30 /*
31 * Modified by Sean Kelly <sean@f4.ca> for use with Tango. 31 * Modified by Sean Kelly <sean@f4.ca> for use with Tango.
32 * Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LLVMDC. 32 * Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LDC.
33 */ 33 */
34 34
35 private 35 private
36 { 36 {
37 import tango.stdc.stdarg; 37 import tango.stdc.stdarg;
88 88
89 /* This is the type actually seen by the programmer, although 89 /* This is the type actually seen by the programmer, although
90 * it is completely opaque. 90 * it is completely opaque.
91 */ 91 */
92 92
93 // LLVMDC doesn't pass structs in registers so no need to wrap it ... 93 // LDC doesn't pass structs in registers so no need to wrap it ...
94 alias BB* AA; 94 alias BB* AA;
95 95
96 /********************************** 96 /**********************************
97 * Align to next pointer boundary, so that 97 * Align to next pointer boundary, so that
98 * GC won't be faced with misaligned pointers 98 * GC won't be faced with misaligned pointers