mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 01:26:41 +00:00
Comment correction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2280ebd614
commit
b9484cafcc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user