diff options
Diffstat (limited to 'llvm/lib/Analysis/LoopInfo.cpp')
| -rw-r--r-- | llvm/lib/Analysis/LoopInfo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index f936706..154c922 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/lib/Analysis/LoopInfo.cpp @@ -27,7 +27,7 @@  #include <ostream>  using namespace llvm; -const char LoopInfo::ID = 0; +char LoopInfo::ID = 0;  static RegisterPass<LoopInfo>  X("loops", "Natural Loop Construction", true);  | 
