mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-03 02:08:54 +00:00
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
378001dced
commit
c2d796297f
@ -2125,7 +2125,7 @@ Instruction *InstCombiner::visitSwitchInst(SwitchInst &SI) {
|
||||
|
||||
// Truncate the condition operand if the new type is equal to or larger than
|
||||
// the largest legal integer type. We need to be conservative here since
|
||||
// x86 generates redundant zero-extenstion instructions if the operand is
|
||||
// x86 generates redundant zero-extension instructions if the operand is
|
||||
// truncated to i8 or i16.
|
||||
bool TruncCond = false;
|
||||
if (NewWidth > 0 && BitWidth > NewWidth &&
|
||||
|
Loading…
Reference in New Issue
Block a user