driver-i386.c (detect_caches_cpuid2): Use array of registers instead of eax, ebx...
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 12 Oct 2008 18:43:50 +0000 (20:43 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 12 Oct 2008 18:43:50 +0000 (20:43 +0200)
commitdc8bd8d973f962ff4ea11f455e0daf398aa8d732
treebbdbc3f42128775fd31f115a9dafdeaa13b85288
parented42adef4426b71f8f8fecac981a19c29335d454
driver-i386.c (detect_caches_cpuid2): Use array of registers instead of eax, ebx, ecx and edx.

* config/i386/driver-i386.c (detect_caches_cpuid2): Use array
of registers instead of eax, ebx, ecx and edx.  Use for loop
and check register for non-zero value before the call
to decode_caches_intel.

From-SVN: r141075
gcc/ChangeLog
gcc/config/i386/driver-i386.c