forked from OSchip/llvm-project
Fix style issue. Spaces in argument list.
llvm-svn: 283725
This commit is contained in:
parent
f5d8a75efa
commit
ed0cca244d
|
@ -263,7 +263,7 @@ public:
|
|||
/// function has ended. Called for both inlined and and top-level functions.
|
||||
void processEndOfFunction(NodeBuilderContext& BC,
|
||||
ExplodedNode *Pred,
|
||||
const ReturnStmt *RS=nullptr) override;
|
||||
const ReturnStmt *RS = nullptr) override;
|
||||
|
||||
/// Remove dead bindings/symbols before exiting a function.
|
||||
void removeDeadOnEndOfFunction(NodeBuilderContext& BC,
|
||||
|
|
Loading…
Reference in New Issue