From: Andrew Trick Date: Fri, 12 Nov 2010 18:36:03 +0000 (+0000) Subject: typo (4th checkin for one fix) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f06202f8e80a4b5ef579712e792cf6c416ece601;p=oota-llvm.git typo (4th checkin for one fix) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118913 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index b3843456bf5..4c63588dbcf 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 MaxParallelChains("dag-chain-limit", cl::desc("Max parallel isel dag chains"), cl::init(64), cl::Hidden);