summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-25 21:13:16 +0000
committerChris Lattner <sabre@nondot.org>2003-07-25 21:13:16 +0000
commitb8d6e590f19f6b1c42e09f20c56828af6430667c (patch)
treea1ccc834512e4c295ab2836fceeca7f5ca04b8d2 /llvm
parent536b19220c928c430c34dfc2b092b1ebe3c06009 (diff)
downloadbcm5719-llvm-b8d6e590f19f6b1c42e09f20c56828af6430667c.tar.gz
bcm5719-llvm-b8d6e590f19f6b1c42e09f20c56828af6430667c.zip
Add fixmes
llvm-svn: 7335
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/globalgraph.c2
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/globals.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/globalgraph.c b/llvm/test/Regression/Analysis/DSGraph/globalgraph.c
index cd50d49d7bc..cfff582899b 100644
--- a/llvm/test/Regression/Analysis/DSGraph/globalgraph.c
+++ b/llvm/test/Regression/Analysis/DSGraph/globalgraph.c
@@ -1,3 +1,5 @@
+/* FIXME: this testcase should be automated! */
+
#include <stdio.h>
typedef struct Tree_struct {
diff --git a/llvm/test/Regression/Analysis/DSGraph/globals.c b/llvm/test/Regression/Analysis/DSGraph/globals.c
index f0fb55d21d6..fc8f87c6d92 100644
--- a/llvm/test/Regression/Analysis/DSGraph/globals.c
+++ b/llvm/test/Regression/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*);
OpenPOWER on IntegriCloud