diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll index fad52410ac8..001a1d695c9 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -loop-reduce -S | FileCheck %s ; -; Test LSR's ability to prune formulae that refer to nonexistant +; Test LSR's ability to prune formulae that refer to nonexistent ; AddRecs in other loops. ; ; Unable to reduce this case further because it requires LSR to exceed |

