gen-pass-instances.awk: Add emacs indent setting

2015-11-12  Tom de Vries  <tom@codesourcery.com>

	* gen-pass-instances.awk: Add emacs indent setting.

From-SVN: r230205
This commit is contained in:
Tom de Vries 2015-11-12 07:30:32 +00:00 committed by Tom de Vries
parent 5711ac884b
commit a3a5ff4286
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-11-12 Tom de Vries <tom@codesourcery.com>
* gen-pass-instances.awk: Add emacs indent setting.
2015-11-12 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
* fold-const.c (fold_binary_loc) : Move Convert A/B/C to A/(B*C)

View File

@ -64,3 +64,8 @@ function handle_line()
}
{ handle_line() }
# Local Variables:
# mode:awk
# c-basic-offset:8
# End: