mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Add a fixme
llvm-svn: 4479
This commit is contained in:
parent
81c6a7f7cd
commit
52b845cd0c
@ -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--);
|
||||
|
Loading…
x
Reference in New Issue
Block a user