forked from OSchip/llvm-project
parent
2275a01a44
commit
ecc3456fd6
|
@ -1,4 +1,4 @@
|
|||
//===-- sanitizer_deadlock_detector1.cc -----------------------------------===//
|
||||
//===-- sanitizer_deadlock_detector2.cc -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Deadlock detector implementation based on NxN adjacency bit matrix.
|
||||
// Deadlock detector implementation based on adjacency lists.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue