[llvm-commits] [llvm] r42053 - /llvm/branches/release_21/tools/opt/opt.cpp

Tanya Lattner tonic at nondot.org
Mon Sep 17 13:37:09 PDT 2007


Author: tbrethou
Date: Mon Sep 17 15:37:09 2007
New Revision: 42053

URL: http://llvm.org/viewvc/llvm-project?rev=42053&view=rev
Log:
Spell things correctly.

Modified:
    llvm/branches/release_21/tools/opt/opt.cpp

Modified: llvm/branches/release_21/tools/opt/opt.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_21/tools/opt/opt.cpp?rev=42053&r1=42052&r2=42053&view=diff

==============================================================================
--- llvm/branches/release_21/tools/opt/opt.cpp (original)
+++ llvm/branches/release_21/tools/opt/opt.cpp Mon Sep 17 15:37:09 2007
@@ -277,7 +277,7 @@
   addPass(PM, createLoopRotatePass());
   addPass(PM, createLICMPass());                 // Hoist loop invariants
   addPass(PM, createLoopUnswitchPass());         // Unswitch loops.
-  // Diable for 2.1
+  // Disable for 2.1
   //addPass(PM, createLoopIndexSplitPass());       // Index split loops.
   addPass(PM, createInstructionCombiningPass()); // Clean up after LICM/reassoc
   addPass(PM, createIndVarSimplifyPass());       // Canonicalize indvars





More information about the llvm-commits mailing list