Add a fixme

llvm-svn: 4479
This commit is contained in:
Chris Lattner 2002-10-31 23:24:00 +00:00
parent ac53424858
commit 8c68d869e5
1 changed files with 2 additions and 0 deletions

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--);