projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09e4750
)
Remove unused declaration
author
Andrew Trick
<atrick@apple.com>
Tue, 11 Sep 2012 00:39:12 +0000
(
00:39
+0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Utils/SimplifyIndVar.h
b/include/llvm/Transforms/Utils/SimplifyIndVar.h
index 2632d186ff9b319b20ee38209a7491150a94c723..7e97e218fb0b63cfe0e93352e598c26c0b53c668 100644
(file)
--- a/
include/llvm/Transforms/Utils/SimplifyIndVar.h
+++ b/
include/llvm/Transforms/Utils/SimplifyIndVar.h
@@
-21,8
+21,6
@@
namespace llvm {
-extern cl::opt<bool> DisableIVRewrite;
-
class CastInst;
class IVUsers;
class Loop;