Fix typo.
authorEric Christopher <echristo@gmail.com>
Thu, 3 Aug 2017 22:41:12 +0000 (22:41 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 3 Aug 2017 22:41:12 +0000 (22:41 +0000)
llvm-svn: 309997

llvm/lib/CodeGen/ScheduleDAGInstrs.cpp

index 99baa07..08b785d 100644 (file)
@@ -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) {