Add a fixme

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-31 23:24:00 +00:00
parent 8e0a6bf556
commit 7f124e3abd

View File

@ -172,6 +172,8 @@ DSGraph &BUDataStructures::calculateGraph(Function &F) {
} else if (FI.getName() == "printf" || FI.getName() == "sscanf" ||
FI.getName() == "fprintf" || FI.getName() == "open" ||
FI.getName() == "sprintf") {
// FIXME: These special cases should go away when we can define
// functions that take a variable number of arguments.
// Erase the entry in the globals vector
Callees.erase(Callees.begin()+c--);