From 21a715a124b87b4c30ba41ad200c60d1b284fc41 Mon Sep 17 00:00:00 2001 From: Wojciech Matyjewicz Date: Fri, 4 Jan 2008 20:02:18 +0000 Subject: [PATCH] fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45594 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/LoopUnroll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/LoopUnroll.cpp b/lib/Transforms/Scalar/LoopUnroll.cpp index c24c35a3591..ff2168ac8de 100644 --- a/lib/Transforms/Scalar/LoopUnroll.cpp +++ b/lib/Transforms/Scalar/LoopUnroll.cpp @@ -207,7 +207,7 @@ bool LoopUnroll::unrollLoop(Loop *L, unsigned Count, unsigned Threshold) { << "] Loop %" << Header->getName() << "\n"; if (!BI || BI->isUnconditional()) { - // The loop-rorate pass can be helpful to avoid this in many cases. + // The loop-rotate pass can be helpful to avoid this in many cases. DOUT << " Can't unroll; loop not terminated by a conditional branch.\n"; return false; } -- 2.34.1