mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user