Add two missing returns, which caused us to be very pessimistic about the
[oota-llvm.git] / lib / Analysis / DataStructure / GraphChecker.cpp
index 5cbd5ba762997853a612aee5665ed0d6109c1082..af8731eb05c01934e7c166891be26d97d6ff6257 100644 (file)
@@ -12,7 +12,7 @@
 // or not a node is collapsed, etc.  These are the command line arguments that
 // it supports:
 //
-//   --dsgc-dsapass={local,bu,td}     - Specify what flavor of graph to check
+//   --dsgc-dspass={local,bu,td}      - Specify what flavor of graph to check
 //   --dsgc-abort-if-any-collapsed    - Abort if any collapsed nodes are found
 //   --dsgc-abort-if-collapsed=<list> - Abort if a node pointed to by an SSA
 //                                      value with name in <list> is collapsed