summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-08-08 23:26:49 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-08-08 23:26:49 +0000
commitc9234c583573cfc0b19a94ecd766e2521e75e91c (patch)
treee8885cc65a3756ec3d9c83f94dbad461cf26dade /tools/llc
parentec62d537369452bf1504a67ab9d3f90c31a6a60f (diff)
downloadllvm-c9234c583573cfc0b19a94ecd766e2521e75e91c.tar.gz
llvm-c9234c583573cfc0b19a94ecd766e2521e75e91c.tar.bz2
llvm-c9234c583573cfc0b19a94ecd766e2521e75e91c.tar.xz
llc: Fix help typo as pointed out by Nick Lewycky.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 9227e1c6b3..5e36351b08 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -79,7 +79,7 @@ MAttrs("mattr",
static cl::opt<bool>
RelaxAll("mc-relax-all",
cl::desc("When used with filetype=obj, "
- "relax all fixups in the emited object file"));
+ "relax all fixups in the emitted object file"));
cl::opt<TargetMachine::CodeGenFileType>
FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),