summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-22 15:18:03 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-22 15:18:03 +0000
commit135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab (patch)
treeddc8fab3897e8da85aae453f41a0980781990367 /include/llvm/CodeGen
parent16da44c56235d4aa12c001d94f87ca1dd8e30837 (diff)
downloadllvm-135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab.tar.gz
llvm-135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab.tar.bz2
llvm-135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab.tar.xz
Speling fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/CommandFlags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/CommandFlags.h b/include/llvm/CodeGen/CommandFlags.h
index 0c21e7622b..bc8dce3335 100644
--- a/include/llvm/CodeGen/CommandFlags.h
+++ b/include/llvm/CodeGen/CommandFlags.h
@@ -150,7 +150,7 @@ FloatABIForCalls("float-abi",
cl::opt<llvm::FPOpFusion::FPOpFusionMode>
FuseFPOps("fp-contract",
- cl::desc("Enable aggresive formation of fused FP ops"),
+ cl::desc("Enable aggressive formation of fused FP ops"),
cl::init(FPOpFusion::Standard),
cl::values(
clEnumValN(FPOpFusion::Fast, "fast",