diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-06-23 23:26:22 +0000 | 
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-06-23 23:26:22 +0000 | 
| commit | 6a24811d8781081535598a274061a8768e7c850e (patch) | |
| tree | 61e3a7faa08b9eae9d8d908f0e323652381d79eb /llvm/lib/Transforms | |
| parent | 1be4940a1cef08d22e4e1dae2802cb35390902b1 (diff) | |
| download | bcm5719-llvm-6a24811d8781081535598a274061a8768e7c850e.tar.gz bcm5719-llvm-6a24811d8781081535598a274061a8768e7c850e.zip | |
fix typo; NFC
llvm-svn: 240480
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/InstCombine/InstructionCombining.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp index d690a795e00..2a81689f744 100644 --- a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp @@ -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 && | 

