Fix a warning introduced by r227557 due to a default label in a fully
authorChandler Carruth <chandlerc@gmail.com>
Fri, 30 Jan 2015 13:30:43 +0000 (13:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 30 Jan 2015 13:30:43 +0000 (13:30 +0000)
commit2ec788d43fb98a3426645503ce03c02b7bcc9c40
tree16550106c7d225c55fba3554958efdf478d939e9
parentd379c6b491f53d360c52f38bf3a616d33c30fdc6
Fix a warning introduced by r227557 due to a default label in a fully
covering switch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227575 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp