summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/FunctionResolution.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-13 22:15:04 +0000
committerChris Lattner <sabre@nondot.org>2003-08-13 22:15:04 +0000
commit250d91b4bfe4b3b5cb87cebb6d9cef5fcc7e5b2a (patch)
tree5ef5620793919d23f4052569a9c2cdefa21f7a9e /lib/Transforms/IPO/FunctionResolution.cpp
parenta4ca41eca75c71230c37bf052b920717876388d9 (diff)
downloadllvm-250d91b4bfe4b3b5cb87cebb6d9cef5fcc7e5b2a.tar.gz
llvm-250d91b4bfe4b3b5cb87cebb6d9cef5fcc7e5b2a.tar.bz2
llvm-250d91b4bfe4b3b5cb87cebb6d9cef5fcc7e5b2a.tar.xz
Fix FIXME by removing FIXME
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/FunctionResolution.cpp')
-rw-r--r--lib/Transforms/IPO/FunctionResolution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/FunctionResolution.cpp b/lib/Transforms/IPO/FunctionResolution.cpp
index 86352d46a8..e4bfcb9114 100644
--- a/lib/Transforms/IPO/FunctionResolution.cpp
+++ b/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>