OSDN Git Service

Remove unused header file.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 25 May 2004 08:51:36 +0000 (08:51 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 25 May 2004 08:51:36 +0000 (08:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13750 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/TailDuplication.cpp

index b687084..b6407c4 100644 (file)
@@ -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"