[ifcnv] Add brief comment explaining what ifcnv is.
authorJustin Lebar <jlebar@google.com>
Fri, 1 Apr 2016 01:09:03 +0000 (01:09 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 1 Apr 2016 01:09:03 +0000 (01:09 +0000)
llvm-svn: 265088

llvm/lib/CodeGen/IfConversion.cpp

index a4ce9c6..66ac184 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//