Fix a vs. an

This commit is contained in:
practicalswift
2015-12-26 14:40:16 +01:00
parent f0053a0839
commit 85e2e6eb9a
12 changed files with 13 additions and 13 deletions

View File

@@ -207,7 +207,7 @@ SILValue InstSimplifier::visitSelectEnumInst(SelectEnumInst *SEI) {
auto *EI = dyn_cast<EnumInst>(SEI->getEnumOperand());
if (EI && EI->getType() == SEI->getEnumOperand().getType()) {
// Simplify a select_enum on a enum instruction.
// Simplify a select_enum on an enum instruction.
// %27 = enum $Optional<Int>, #Optional.Some!enumelt.1, %20 : $Int
// %28 = integer_literal $Builtin.Int1, -1
// %29 = integer_literal $Builtin.Int1, 0