X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Fstrcalc.h;h=9e58958377d9a00e14bc64d8f34873573a09db23;hb=844d1d6841247022150e8391b5aa65391bf41b9b;hp=0b740bb60364babca629e3ce95494b0755b2af24;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/tv/strcalc.h b/ir/tv/strcalc.h index 0b740bb60..9e5895837 100644 --- a/ir/tv/strcalc.h +++ b/ir/tv/strcalc.h @@ -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