mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-16 02:57:52 +00:00
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:
parent
8e0a6bf556
commit
7f124e3abd
@ -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