[llvm] r212966 - fixed typo

Sanjay Patel spatel at rotateright.com
Mon Jul 14 11:21:07 PDT 2014


Author: spatel
Date: Mon Jul 14 13:21:07 2014
New Revision: 212966

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


Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp?rev=212966&r1=212965&r2=212966&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp Mon Jul 14 13:21:07 2014
@@ -1373,7 +1373,7 @@ SUnit *ScheduleDAGRRList::PickNodeToSche
       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;
     }





More information about the llvm-commits mailing list