mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +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:
@@ -172,6 +172,8 @@ DSGraph &BUDataStructures::calculateGraph(Function &F) {
|
|||||||
} else if (FI.getName() == "printf" || FI.getName() == "sscanf" ||
|
} else if (FI.getName() == "printf" || FI.getName() == "sscanf" ||
|
||||||
FI.getName() == "fprintf" || FI.getName() == "open" ||
|
FI.getName() == "fprintf" || FI.getName() == "open" ||
|
||||||
FI.getName() == "sprintf") {
|
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
|
// Erase the entry in the globals vector
|
||||||
Callees.erase(Callees.begin()+c--);
|
Callees.erase(Callees.begin()+c--);
|
||||||
|
Reference in New Issue
Block a user