fixed typo
authorSanjay Patel <spatel@rotateright.com>
Mon, 14 Jul 2014 18:21:07 +0000 (18:21 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 14 Jul 2014 18:21:07 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212966 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

index 13cfae7515b839483c6baf9593d64b96a344262b..dedca41c3aab3ed277149bc598d485949d238f8f 100644 (file)
@@ -1373,7 +1373,7 @@ SUnit *ScheduleDAGRRList::PickNodeToScheduleBottomUp() {
       Interferences.push_back(CurSU);
     }
     else {
-      assert(CurSU->isPending && "Intereferences are pending");
+      assert(CurSU->isPending && "Interferences are pending");
       // Update the interference with current live regs.
       LRegsPair.first->second = LRegs;
     }