forked from OSchip/llvm-project
[ifcnv] Add brief comment explaining what ifcnv is.
llvm-svn: 265088
This commit is contained in:
parent
64719159d0
commit
acc47105f8
|
@ -7,7 +7,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file implements the machine instruction level if-conversion pass.
|
||||
// This file implements the machine instruction level if-conversion pass, which
|
||||
// tries to convert conditional branches into predicated instructions.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue