From: Andrew Trick Date: Tue, 11 Sep 2012 00:39:12 +0000 (+0000) Subject: Remove unused declaration X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=88df977d4acde2fa5f4ef3db3ddb1ad1cd3e2f92;p=oota-llvm.git Remove unused declaration git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163579 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Utils/SimplifyIndVar.h b/include/llvm/Transforms/Utils/SimplifyIndVar.h index 2632d186ff9..7e97e218fb0 100644 --- a/include/llvm/Transforms/Utils/SimplifyIndVar.h +++ b/include/llvm/Transforms/Utils/SimplifyIndVar.h @@ -21,8 +21,6 @@ namespace llvm { -extern cl::opt DisableIVRewrite; - class CastInst; class IVUsers; class Loop;