diff options
author | Andrew Trick <atrick@apple.com> | 2011-07-12 03:39:22 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-07-12 03:39:22 +0000 |
commit | 1b9d9b6b7a08dc2d4b2cd35c04480f77e1e21c68 (patch) | |
tree | 961b05057e33bcc8623af07929b296f4e54ff3da /llvm/test/CodeGen/Generic | |
parent | a5a97ebe3c9d43e1af5d33195f534e4bb7883466 (diff) | |
download | bcm5719-llvm-1b9d9b6b7a08dc2d4b2cd35c04480f77e1e21c68.tar.gz bcm5719-llvm-1b9d9b6b7a08dc2d4b2cd35c04480f77e1e21c68.zip |
Comment correction.
llvm-svn: 134958
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll b/llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll index e4f0c8ae600..cd446d57d8a 100644 --- a/llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll +++ b/llvm/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: |