Fix FIXME by removing FIXME
authorChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 22:15:04 +0000 (22:15 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 22:15:04 +0000 (22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7832 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/FunctionResolution.cpp

index 86352d46a80adf3d89e07e02142ec6a5d3f229de..e4bfcb91141f6e71537fff398b69facdaf4b3985 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/Pass.h"
 #include "llvm/iOther.h"
 #include "llvm/Constants.h"
-#include "llvm/Assembly/Writer.h"  // FIXME: remove when varargs implemented
+#include "llvm/Assembly/Writer.h"
 #include "Support/Statistic.h"
 #include <algorithm>