[llvm] r309997 - Fix typo.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 15:41:12 PDT 2017


Author: echristo
Date: Thu Aug  3 15:41:12 2017
New Revision: 309997

URL: http://llvm.org/viewvc/llvm-project?rev=309997&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp

Modified: llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp?rev=309997&r1=309996&r2=309997&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp (original)
+++ llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp Thu Aug  3 15:41:12 2017
@@ -1348,7 +1348,7 @@ static bool hasDataSucc(const SUnit *SU)
 /// search from this root.
 void SchedDFSResult::compute(ArrayRef<SUnit> 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) {




More information about the llvm-commits mailing list