From: Reid Spencer Date: Tue, 25 May 2004 08:51:36 +0000 (+0000) Subject: Remove unused header file. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c8a1fcdb48f18bdb3f16fe594c3a01b0d60cd2d6;p=oota-llvm.git Remove unused header file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13750 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/TailDuplication.cpp b/lib/Transforms/Scalar/TailDuplication.cpp index b6870841fe2..b6407c4bcbe 100644 --- a/lib/Transforms/Scalar/TailDuplication.cpp +++ b/lib/Transforms/Scalar/TailDuplication.cpp @@ -26,7 +26,6 @@ #include "llvm/Pass.h" #include "llvm/Type.h" #include "llvm/Support/CFG.h" -#include "llvm/Support/ValueHolder.h" #include "llvm/Transforms/Utils/Local.h" #include "Support/CommandLine.h" #include "Support/Debug.h"