X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Flowering.h;h=3c3111f4b905d5770f28ccf87fbc86664d8d0e42;hb=d44b3844af84684de9b0213b77c175f80f8b84ee;hp=ec6c6e149ea073371891e8a64db91de280c21238;hpb=dc46c1b3a8faf2511f590c27903595c3e64bb0de;p=libfirm diff --git a/include/libfirm/lowering.h b/include/libfirm/lowering.h index ec6c6e149..3c3111f4b 100644 --- a/include/libfirm/lowering.h +++ b/include/libfirm/lowering.h @@ -157,7 +157,7 @@ void lower_CopyB(ir_graph *irg, unsigned max_size, unsigned native_mode_bytes); * @param spare_size Allowed spare size for table switches in machine words. * (Default in edgfe: 128) */ -void lower_Switch(ir_graph *irg, unsigned spare_size); +void lower_switch(ir_graph *irg, unsigned spare_size); /** * A callback type for creating an intrinsic entity for a given opcode.