Remove unused declaration

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2012-09-11 00:39:12 +00:00
parent 09e4750919
commit 88df977d4a

View File

@ -21,8 +21,6 @@
namespace llvm {
extern cl::opt<bool> DisableIVRewrite;
class CastInst;
class IVUsers;
class Loop;