summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-07-12 03:39:22 +0000
committerAndrew Trick <atrick@apple.com>2011-07-12 03:39:22 +0000
commitb9484cafcc5086144f27a084ed539fc33a54760f (patch)
treea98de56e4d56c903f61037bf11df63cf43e05c6b /test/CodeGen/Generic
parent2280ebd61416b73d0b6137f275b25af82e268d1f (diff)
downloadllvm-b9484cafcc5086144f27a084ed539fc33a54760f.tar.gz
llvm-b9484cafcc5086144f27a084ed539fc33a54760f.tar.bz2
llvm-b9484cafcc5086144f27a084ed539fc33a54760f.tar.xz
Comment correction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
index e4f0c8ae60..cd446d57d8 100644
--- a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
+++ b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
@@ -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: