Add fixmes
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 21:13:16 +0000 (21:13 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 21:13:16 +0000 (21:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7335 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/globalgraph.c
test/Analysis/DSGraph/globals.c

index cd50d49d7bc1f022e8756f49938db872d4f0aded..cfff582899bead95b1d8fd53fb6018752a2e92a0 100644 (file)
@@ -1,3 +1,5 @@
+/* FIXME: this testcase should be automated! */
+
 #include <stdio.h>
 
 typedef struct Tree_struct {
index f0fb55d21d64c87cc3c286f4a0963be8cfebd63f..fc8f87c6d925ee66bfa7d1989c3d18f669afac5e 100644 (file)
@@ -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*);