We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ 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.