diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-20 23:27:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-20 23:27:09 +0000 |
commit | 4e46e320a5f502559744ddeab2cad831cdd3056a (patch) | |
tree | 8df5fa8b00038889d895b29e449cbb3a2d85c747 /lib/Analysis/DataStructure/GraphChecker.cpp | |
parent | 01533ff6526fd31ed4d5c9768dae65ccb1126d92 (diff) |
Add two missing returns, which caused us to be very pessimistic about the
printf and scanf families!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/GraphChecker.cpp')
-rw-r--r-- | lib/Analysis/DataStructure/GraphChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/GraphChecker.cpp b/lib/Analysis/DataStructure/GraphChecker.cpp index 5cbd5ba762..af8731eb05 100644 --- a/lib/Analysis/DataStructure/GraphChecker.cpp +++ b/lib/Analysis/DataStructure/GraphChecker.cpp @@ -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 |