Fix FIXME by removing FIXME

llvm-svn: 7832
diff --git a/llvm/lib/Transforms/IPO/FunctionResolution.cpp b/llvm/lib/Transforms/IPO/FunctionResolution.cpp
index 86352d4..e4bfcb9 100644
--- a/llvm/lib/Transforms/IPO/FunctionResolution.cpp
+++ b/llvm/lib/Transforms/IPO/FunctionResolution.cpp
@@ -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>