diff options
author | Suyog Sarda <suyog.sarda@samsung.com> | 2014-07-17 06:09:34 +0000 |
---|---|---|
committer | Suyog Sarda <suyog.sarda@samsung.com> | 2014-07-17 06:09:34 +0000 |
commit | de409fd798152e4d1dfe1273ea8fadbcd890a68e (patch) | |
tree | 9497a4a949205a379fe36303be8cd0d3374725c4 /llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp | |
parent | 5cfa2e46203a943d1929d0db19c604bfaca564ee (diff) | |
download | llvm-de409fd798152e4d1dfe1273ea8fadbcd890a68e.zip llvm-de409fd798152e4d1dfe1273ea8fadbcd890a68e.tar.gz llvm-de409fd798152e4d1dfe1273ea8fadbcd890a68e.tar.bz2 |
Fix Typo (first commit to test commit access)
llvm-svn: 213228
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp b/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp index 99f0f1f..e80d6a9 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp @@ -32,7 +32,7 @@ namespace { /// class FAddendCoef { public: - // The constructor has to initialize a APFloat, which is uncessary for + // The constructor has to initialize a APFloat, which is unnecessary for // most addends which have coefficient either 1 or -1. So, the constructor // is expensive. In order to avoid the cost of the constructor, we should // reuse some instances whenever possible. The pre-created instances |