This change removes an "initialization" warning.
authorJack Carter <jcarter@mips.com>
Wed, 11 Jul 2012 21:41:49 +0000 (21:41 +0000)
committerJack Carter <jcarter@mips.com>
Wed, 11 Jul 2012 21:41:49 +0000 (21:41 +0000)
commit9a1199459d54b7b3cbe444480ae75d286e362d01
treeb61c9d0a4fc523afecba9ea7841bf9d24d7a12e4
parentdb5391b7e87d906906ab715c7eb7f619270dc3a3
This change removes an "initialization" warning.

Even though variable in question could not
be initialized before use, the code was such that
the compiler had no way of knowing that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160081 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp