X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FAnalysis%2FInlineCost.cpp;h=a6bf4a86a9a57883ee28617cc03387509a182d15;hp=615a7e6b7e31a72be14ecc534d416c6c84dc7bbd;hb=d9b0b025612992a0b724eeca8bdf10b1d7a5c355;hpb=43eb31bfae470b33bab9a6764b98b5e8a0beeda5 diff --git a/lib/Analysis/InlineCost.cpp b/lib/Analysis/InlineCost.cpp index 615a7e6b7e3..a6bf4a86a9a 100644 --- a/lib/Analysis/InlineCost.cpp +++ b/lib/Analysis/InlineCost.cpp @@ -178,7 +178,7 @@ bool CallAnalyzer::lookupSROAArgAndCost( /// \brief Disable SROA for the candidate marked by this cost iterator. /// -/// This markes the candidate as no longer viable for SROA, and adds the cost +/// This marks the candidate as no longer viable for SROA, and adds the cost /// savings associated with it back into the inline cost measurement. void CallAnalyzer::disableSROA(DenseMap::iterator CostIt) { // If we're no longer able to perform SROA we need to undo its cost savings