From 84dd0f47678037a1f5ecdab4ad87c3517db9a082 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 19 Nov 2002 23:12:53 +0000 Subject: Remove unneccesary #include llvm-svn: 4772 --- llvm/lib/Transforms/Utils/CloneFunction.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp') diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp index 787e0d3c8b6..154a082b3aa 100644 --- a/llvm/lib/Transforms/Utils/CloneFunction.cpp +++ b/llvm/lib/Transforms/Utils/CloneFunction.cpp @@ -10,7 +10,6 @@ #include "llvm/iTerminators.h" #include "llvm/DerivedTypes.h" #include "llvm/Function.h" -#include // RemapInstruction - Convert the instruction operands from referencing the // current values into those specified by ValueMap. -- cgit v1.2.3