Remove unused declaration
authorAndrew Trick <atrick@apple.com>
Tue, 11 Sep 2012 00:39:12 +0000 (00:39 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 11 Sep 2012 00:39:12 +0000 (00:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163579 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/SimplifyIndVar.h

index 2632d186ff9b319b20ee38209a7491150a94c723..7e97e218fb0b63cfe0e93352e598c26c0b53c668 100644 (file)
@@ -21,8 +21,6 @@
 
 namespace llvm {
 
-extern cl::opt<bool> DisableIVRewrite;
-
 class CastInst;
 class IVUsers;
 class Loop;