diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-25 21:13:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-25 21:13:16 +0000 |
commit | d6f1537f111d4f671e79e796ad7ec162dd6d7c3a (patch) | |
tree | 0c825a430a3333ed53f82940c94cfa2f2aeedca5 | |
parent | 7dc7de5391aef007c3585d8a57077a4ee2cb4767 (diff) |
Add fixmes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7335 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/DSGraph/globalgraph.c | 2 | ||||
-rw-r--r-- | test/Analysis/DSGraph/globals.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/Analysis/DSGraph/globalgraph.c b/test/Analysis/DSGraph/globalgraph.c index cd50d49d7b..cfff582899 100644 --- a/test/Analysis/DSGraph/globalgraph.c +++ b/test/Analysis/DSGraph/globalgraph.c @@ -1,3 +1,5 @@ +/* FIXME: this testcase should be automated! */ + #include <stdio.h> typedef struct Tree_struct { diff --git a/test/Analysis/DSGraph/globals.c b/test/Analysis/DSGraph/globals.c index f0fb55d21d..fc8f87c6d9 100644 --- a/test/Analysis/DSGraph/globals.c +++ b/test/Analysis/DSGraph/globals.c @@ -1,5 +1,7 @@ /* Test globals used and unused within different parts of a program */ +/* FIXME: This testcase should be automated */ + #include <stdlib.h> extern void exit_dummy(int*); |