diff gen/arrays.h @ 308:6b62e8cdf970 trunk

[svn r329] Cleaned up a bunch of array code for handling special slice cases no longer relevant.
author lindquist
date Sat, 28 Jun 2008 05:57:16 +0200
parents 895e1b50cf2a
children 0e6b4d65d3f8
line wrap: on
line diff
--- a/gen/arrays.h	Sat Jun 28 03:45:18 2008 +0200
+++ b/gen/arrays.h	Sat Jun 28 05:57:16 2008 +0200
@@ -33,7 +33,7 @@
 LLValue* DtoArrayEquals(TOK op, DValue* l, DValue* r);
 LLValue* DtoArrayCompare(TOK op, DValue* l, DValue* r);
 
-LLValue* DtoDynArrayIs(TOK op, LLValue* l, LLValue* r);
+LLValue* DtoDynArrayIs(TOK op, DValue* l, DValue* r);
 
 LLValue* DtoArrayCastLength(LLValue* len, const LLType* elemty, const LLType* newelemty);