diff gen/llvmhelpers.h @ 1505:1e5a14691e77

Automated merge with http://hg.dsource.org/projects/ldc
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 18 Jun 2009 15:44:18 +0100
parents cc5fee7836dc 855f188aab7a
children 8f121883bce8
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Tue Jun 16 23:00:27 2009 +0200
+++ b/gen/llvmhelpers.h	Thu Jun 18 15:44:18 2009 +0100
@@ -171,4 +171,6 @@
 ///
 DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions* arguments);
 
+Type* stripModifiers(Type* type);
+
 #endif