forked from OSchip/llvm-project
Fix MSVC "not all control paths return a value" warning. NFC.
This commit is contained in:
parent
af839a9618
commit
3514f58fbe
|
@ -811,6 +811,7 @@ public:
|
||||||
case LineChar::LabelHoriz:
|
case LineChar::LabelHoriz:
|
||||||
return IsASCII ? "-" : u8"\u2500";
|
return IsASCII ? "-" : u8"\u2500";
|
||||||
}
|
}
|
||||||
|
llvm_unreachable("Unhandled LineChar enum");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Print live ranges to the right of an existing line. This assumes the
|
/// Print live ranges to the right of an existing line. This assumes the
|
||||||
|
|
Loading…
Reference in New Issue