Fix a warning introduced by r227557 due to a default label in a fully

covering switch.

llvm-svn: 227575
This commit is contained in:
Chandler Carruth 2015-01-30 13:30:43 +00:00
parent 788550783a
commit 6b1aa9be6a
1 changed files with 0 additions and 1 deletions

View File

@ -744,7 +744,6 @@ public:
return B.CreateGEP(StartValue, Index);
case IK_NoInduction:
default:
return nullptr;
}
}