aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/SCCP.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-08 22:03:00 +0000
committerChris Lattner <sabre@nondot.org>2002-04-08 22:03:00 +0000
commit237e6d10f24863cf48821b601b4164794e89d847 (patch)
tree5720ecbff3742315d087c34777c5ce4cca353c52 /lib/Transforms/Scalar/SCCP.cpp
parent4d669b510c1d609c6b3fe98ac14ae38bd7c011f6 (diff)
downloadexternal_llvm-237e6d10f24863cf48821b601b4164794e89d847.zip
external_llvm-237e6d10f24863cf48821b601b4164794e89d847.tar.gz
external_llvm-237e6d10f24863cf48821b601b4164794e89d847.tar.bz2
s/Method/Function
Remove extraneous #includes of llvm/Assembly/Writer git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/SCCP.cpp')
-rw-r--r--lib/Transforms/Scalar/SCCP.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SCCP.cpp b/lib/Transforms/Scalar/SCCP.cpp
index e5af14e..b569a53 100644
--- a/lib/Transforms/Scalar/SCCP.cpp
+++ b/lib/Transforms/Scalar/SCCP.cpp
@@ -25,7 +25,6 @@
#include "llvm/iTerminators.h"
#include "llvm/iOther.h"
#include "llvm/Pass.h"
-#include "llvm/Assembly/Writer.h"
#include "Support/STLExtras.h"
#include <algorithm>
#include <map>