]> granicus.if.org Git - llvm/commit
[mips] Actually mark that the default case is unreachable as this switch
authorChandler Carruth <chandlerc@gmail.com>
Fri, 10 Oct 2014 21:07:03 +0000 (21:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 10 Oct 2014 21:07:03 +0000 (21:07 +0000)
commit9a0be5bfd9b49837ab1ba86fdd9b2e121d8af5eb
treef9d2b9d6061590ea0aff8d465a83ce72ad6bef63
parent704d4277aaa43c0dcdd5830f7230409c2de41085
[mips] Actually mark that the default case is unreachable as this switch
is over a subset of condition codes.

This fixes the -Werror build which warns about use of uninitialized
variables in the default case.

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