Remove the default clause from a fully-covering switch
commit361ee558bab2d4b3acd299359f8fe6a2b86c05a5
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 22 Sep 2017 12:26:00 +0000 (22 12:26 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 22 Sep 2017 12:26:00 +0000 (22 12:26 +0000)
tree004efce12d975923255a78885d5d290819c76199
parentfeb3f29994b3ea093a0973e11c008ad58f13b6df
Remove the default clause from a fully-covering switch
to appease bots that use a compiler that warns about this
and use -Werror.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313980 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp