X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Fstrcalc.h;h=9e58958377d9a00e14bc64d8f34873573a09db23;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=7056fe83068b4ee1fd56e48d6fe496cafae11020;hpb=6437e6f69191e22e7a567c263c32c2f19891996a;p=libfirm diff --git a/ir/tv/strcalc.h b/ir/tv/strcalc.h index 7056fe830..9e5895837 100644 --- a/ir/tv/strcalc.h +++ b/ir/tv/strcalc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -169,9 +169,9 @@ void sc_shr(const void *value1, const void *value2, int bitsize, int sign, void void sc_shrs(const void *value1, const void *value2, int bitsize, int sign, void *buffer); /** - * buffer = value1 <<>> value2 + * buffer = value1 <> value2 */ -void sc_rot(const void *value1, const void *value2, int bitsize, int sign, void *buffer); +void sc_rotl(const void *value1, const void *value2, int bitsize, int sign, void *buffer); /** * buffer = 0