summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2010-11-12 18:36:03 +0000
committerAndrew Trick <atrick@apple.com>2010-11-12 18:36:03 +0000
commitf06202f8e80a4b5ef579712e792cf6c416ece601 (patch)
tree2e7751b4d05ed81c6bc6b79245ff7ea4cae33add /lib/CodeGen
parent11f20edcf9cee158e8f62624c148520128c864f0 (diff)
downloadllvm-f06202f8e80a4b5ef579712e792cf6c416ece601.tar.gz
llvm-f06202f8e80a4b5ef579712e792cf6c416ece601.tar.bz2
llvm-f06202f8e80a4b5ef579712e792cf6c416ece601.tar.xz
typo (4th checkin for one fix)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index b3843456bf..4c63588dbc 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -81,7 +81,7 @@ LimitFPPrecision("limit-float-precision",
//
// MaxParallelChains default is arbitrarily high to avoid affecting
// optimization, but could be lowered to improve compile time. Any ld-ld-st-st
-// sequence over this should have been converted to llvm.memcpy by the fronend.
+// sequence over this should have been converted to llvm.memcpy by the frontend.
static cl::opt<unsigned>
MaxParallelChains("dag-chain-limit", cl::desc("Max parallel isel dag chains"),
cl::init(64), cl::Hidden);