[llvm-commits] CVS: llvm/lib/Support/SlowOperationInformer.cpp
Reid Spencer
reid at x10sys.com
Mon Aug 7 16:20:32 PDT 2006
Changes in directory llvm/lib/Support:
SlowOperationInformer.cpp updated: 1.9 -> 1.10
---
Log message:
Remove the use of "IncludeFile" from this support facility. The mechanism
to build a loadable module is now correctly defined and documented so this
workaround isn't needed any longer.
---
Diffs of the changes: (+0 -3)
SlowOperationInformer.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Support/SlowOperationInformer.cpp
diff -u llvm/lib/Support/SlowOperationInformer.cpp:1.9 llvm/lib/Support/SlowOperationInformer.cpp:1.10
--- llvm/lib/Support/SlowOperationInformer.cpp:1.9 Wed Jul 26 11:18:00 2006
+++ llvm/lib/Support/SlowOperationInformer.cpp Mon Aug 7 18:20:15 2006
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/SlowOperationInformer.h"
-#include "llvm/System/IncludeFile.h"
#include "llvm/System/Alarm.h"
#include <iostream>
#include <sstream>
@@ -65,5 +64,3 @@
std::cout << ToPrint+OS.str() << std::flush;
return false;
}
-
-DEFINING_FILE_FOR(SupportSlowOperationInformer)
More information about the llvm-commits
mailing list