Silence wrong warnings from GCC about variables possibly being used
authorDuncan Sands <baldrick@free.fr>
Mon, 28 Nov 2011 10:31:27 +0000 (10:31 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 28 Nov 2011 10:31:27 +0000 (10:31 +0000)
commit4c0c5451c78423bcc08e23f230e912e35d11dc4d
tree7d8703fe62bc60d96edf3dd0c83ef3e198d40a7e
parent70b883b3a723b1d0af538c0b78cd45139597d216
Silence wrong warnings from GCC about variables possibly being used
uninitialized: GCC doesn't understand that the variables are only used
if !UseImm, in which case they have been initialized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp