Skip to content

llvm/lib/Transforms/IPO/ArgumentPromotion.cpp: variable set but not used #98618

Open
@dcb314

Description

$ grep IsSelfRecursive ~/llvm/trunk/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
bool IsSelfRecursive = false;
IsSelfRecursive = true;
$

Not the biggest bug in the world, but might be worth fixing.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions