view lphobos/llvmsupport.d @ 1461:49e6f9d2d33f

Fix a segfault in ldc2 (use of an uninitialized variable).
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 02 Jun 2009 19:54:02 +0200
parents 0ccfae271c45
children
line wrap: on
line source

module llvmsupport;

import
llvm.intrinsic,
llvm.va_list;