Let the allocation of registers be done by compilers nowadays. The average
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sat, 18 Dec 2004 21:39:38 +0000 (21:39 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sat, 18 Dec 2004 21:39:38 +0000 (21:39 +0000)
commit99ac1ef77ded43dc9f83f07ad10705a96a5e4f31
treee28f74d6a22c78fd3d78d88c8ff89e0c96e61aa8
parent6daccc430d29a2862337306a9fe929b9dfcdf190
Let the allocation of registers be done by compilers nowadays.  The average
programmer lacks sufficient specific CPU knowledge to second-guess any
decent current compiler.  In other words: remove register keyword usage.

Submitted by: Steve Mynott
sys/libkern/strlcat.c