[llvm-commits] [llvm] r134958 - /llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll

Andrew Trick atrick at apple.com
Mon Jul 11 20:39:23 PDT 2011


Author: atrick
Date: Mon Jul 11 22:39:22 2011
New Revision: 134958

URL: http://llvm.org/viewvc/llvm-project?rev=134958&view=rev
Log:
Comment correction.

Modified:
    llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll

Modified: llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll?rev=134958&r1=134957&r2=134958&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll Mon Jul 11 22:39:22 2011
@@ -1,6 +1,7 @@
 ; RUN: llc < %s
-; This used to cause ScheduleDAG to crash during EmitPhysRegCopy when it mistook
-; followed a non-control dependence, PR10220.
+; This caused ScheduleDAG to crash in EmitPhysRegCopy when searching
+; the uses of a copy to a physical register without ignoring non-data
+; dependence, PR10220.
 
 define void @f(i256* nocapture %a, i256* nocapture %b, i256* nocapture %cc, i256* nocapture %dd) nounwind uwtable noinline ssp {
 entry:





More information about the llvm-commits mailing list