[compiler-rt] initialize variables to silence warning. NFC.
authorTim Northover <tnorthover@apple.com>
Wed, 1 Feb 2023 12:17:39 +0000 (12:17 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 1 Feb 2023 13:30:10 +0000 (13:30 +0000)
commit261752fbc60403ff26e1865865ae5306e0482078
treefa03eee5c01530a7dc7c2b5c5d5febab50807782
parentfdeafafe49006ec309dcb196df4a7df9c24b3fe1
[compiler-rt] initialize variables to silence warning. NFC.

They were being initialized anyway, I believe, but the logic was a bit
convoluted for the Clang warnings to detect so we were getting "variable 'EBX'
may be uninitialized when used here" later on.
compiler-rt/lib/builtins/cpu_model.c