summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2015-08-18 22:41:58 +0000
committerNick Lewycky <nicholas@mxc.ca>2015-08-18 22:41:58 +0000
commit06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a (patch)
tree01d631f2e1eb700b8e4358e9c80fbfef4dd08ae0 /llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
parent7e70d6803d08725ec8b6d59240c35c811e5c2bb0 (diff)
downloadbcm5719-llvm-06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a.tar.gz
bcm5719-llvm-06b0ea2e8f8d705ab2caf97a81e8d53033d8bd1a.zip
Fix three typos in comments; "easilly" -> "easily".
llvm-svn: 245379
Diffstat (limited to 'llvm/utils/TableGen/FixedLenDecoderEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/FixedLenDecoderEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp b/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
index f78c6ca6d21..df61511c8dd 100644
--- a/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
+++ b/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
@@ -1124,7 +1124,7 @@ unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders,
// Using the full decoder string as the key value here is a bit
// heavyweight, but is effective. If the string comparisons become a
// performance concern, we can implement a mangling of the predicate
- // data easilly enough with a map back to the actual string. That's
+ // data easily enough with a map back to the actual string. That's
// overkill for now, though.
// Make sure the predicate is in the table.
@@ -1199,7 +1199,7 @@ unsigned FilterChooser::getPredicateIndex(DecoderTableInfo &TableInfo,
// Using the full predicate string as the key value here is a bit
// heavyweight, but is effective. If the string comparisons become a
// performance concern, we can implement a mangling of the predicate
- // data easilly enough with a map back to the actual string. That's
+ // data easily enough with a map back to the actual string. That's
// overkill for now, though.
// Make sure the predicate is in the table.
OpenPOWER on IntegriCloud