From: Eric Christopher Date: Thu, 3 Aug 2017 22:41:12 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b658aae9640ce35d9a917a5748d028211f32fbb;p=llvm Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309997 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ScheduleDAGInstrs.cpp b/lib/CodeGen/ScheduleDAGInstrs.cpp index 99baa07390e..08b785d742a 100644 --- a/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -1348,7 +1348,7 @@ static bool hasDataSucc(const SUnit *SU) { /// search from this root. void SchedDFSResult::compute(ArrayRef SUnits) { if (!IsBottomUp) - llvm_unreachable("Top-down ILP metric is unimplemnted"); + llvm_unreachable("Top-down ILP metric is unimplemented"); SchedDFSImpl Impl(*this); for (const SUnit &SU : SUnits) {