From 52854dcd349d80be40a5def3f678c9dcf10f2c90 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 3 Aug 2017 22:41:12 +0000 Subject: [PATCH] Fix typo. llvm-svn: 309997 --- llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 99baa07..08b785d 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/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) { -- 2.7.4