diff options
author | Andrew Trick <atrick@apple.com> | 2010-11-12 18:36:03 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2010-11-12 18:36:03 +0000 |
commit | 6cbf6c1db56bee2060e351c472e0d9c5be58a26b (patch) | |
tree | f244d2979018027560a2ce54a9ccfea3080f1870 /llvm/lib/CodeGen/SelectionDAG | |
parent | cb035359e89d31c721fd9b1dff866edb9a848b4e (diff) | |
download | bcm5719-llvm-6cbf6c1db56bee2060e351c472e0d9c5be58a26b.tar.gz bcm5719-llvm-6cbf6c1db56bee2060e351c472e0d9c5be58a26b.zip |
typo (4th checkin for one fix)
llvm-svn: 118913
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index b3843456bf5..4c63588dbcf 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/llvm/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); |