[llvm] r174830 - Fix a typo.

Cameron Zwarich zwarich at apple.com
Sat Feb 9 22:42:34 PST 2013


Author: zwarich
Date: Sun Feb 10 00:42:34 2013
New Revision: 174830

URL: http://llvm.org/viewvc/llvm-project?rev=174830&view=rev
Log:
Fix a typo.

Modified:
    llvm/trunk/lib/CodeGen/Passes.cpp

Modified: llvm/trunk/lib/CodeGen/Passes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/Passes.cpp?rev=174830&r1=174829&r2=174830&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/Passes.cpp (original)
+++ llvm/trunk/lib/CodeGen/Passes.cpp Sun Feb 10 00:42:34 2013
@@ -89,7 +89,7 @@ PrintMachineInstrs("print-machineinstrs"
                    cl::desc("Print machine instrs"),
                    cl::value_desc("pass-name"), cl::init("option-unspecified"));
 
-// Experimental option to run live inteerval analysis early.
+// Experimental option to run live interval analysis early.
 static cl::opt<bool> EarlyLiveIntervals("early-live-intervals", cl::Hidden,
     cl::desc("Run live interval analysis earlier in the pipeline"));
 





More information about the llvm-commits mailing list