comparison gcc/config/arm/arm-ldmstm.ml @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 (* Auto-generate ARM ldm/stm patterns 1 (* Auto-generate ARM ldm/stm patterns
2 Copyright (C) 2010-2017 Free Software Foundation, Inc. 2 Copyright (C) 2010-2018 Free Software Foundation, Inc.
3 Contributed by CodeSourcery. 3 Contributed by CodeSourcery.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
333 let _ = 333 let _ =
334 print_lines [ 334 print_lines [
335 "/* ARM ldm/stm instruction patterns. This file was automatically generated"; 335 "/* ARM ldm/stm instruction patterns. This file was automatically generated";
336 " using arm-ldmstm.ml. Please do not edit manually."; 336 " using arm-ldmstm.ml. Please do not edit manually.";
337 ""; 337 "";
338 " Copyright (C) 2010-2017 Free Software Foundation, Inc."; 338 " Copyright (C) 2010-2018 Free Software Foundation, Inc.";
339 " Contributed by CodeSourcery."; 339 " Contributed by CodeSourcery.";
340 ""; 340 "";
341 " This file is part of GCC."; 341 " This file is part of GCC.";
342 ""; 342 "";
343 " GCC is free software; you can redistribute it and/or modify it"; 343 " GCC is free software; you can redistribute it and/or modify it";