Introduce a new technique for merging BasicBlock with Instruction sentinel by superpo...
[oota-llvm.git] / lib / Debugger / SourceLanguage-Unknown.cpp
index 514afa3bc24725fa66a1c21c0db641fb4b8283d9..b806fc779ef7e9065e4cce711e7aa4e6db8fd94a 100644 (file)
@@ -59,7 +59,7 @@ SLUCache::SLUCache(ProgramInfo &pi) : PI(pi) {
 //
 
 namespace {
-  struct SLU : public SourceLanguage {
+  static struct SLU : public SourceLanguage {
     //===------------------------------------------------------------------===//
     // Implement the miscellaneous methods...
     //