summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2013-02-10 06:42:34 +0000
committerCameron Zwarich <zwarich@apple.com>2013-02-10 06:42:34 +0000
commitd7c7a686ac18f8f3c035d158d8b713077be83ea4 (patch)
treeb9d53661428f3ee2f5ba4c84294eccbe00e52288 /lib/CodeGen/Passes.cpp
parent02513c05c6333e2f7418b1327eded162b2791828 (diff)
downloadllvm-d7c7a686ac18f8f3c035d158d8b713077be83ea4.tar.gz
llvm-d7c7a686ac18f8f3c035d158d8b713077be83ea4.tar.bz2
llvm-d7c7a686ac18f8f3c035d158d8b713077be83ea4.tar.xz
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Passes.cpp')
-rw-r--r--lib/CodeGen/Passes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Passes.cpp b/lib/CodeGen/Passes.cpp
index 02a14914f1..b79f9f9816 100644
--- a/lib/CodeGen/Passes.cpp
+++ b/lib/CodeGen/Passes.cpp
@@ -89,7 +89,7 @@ PrintMachineInstrs("print-machineinstrs", cl::ValueOptional,
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"));