[llvm-commits] CVS: llvm/include/llvm/Support/SlowOperationInformer.h

Reid Spencer reid at x10sys.com
Mon Aug 7 16:20:32 PDT 2006



Changes in directory llvm/include/llvm/Support:

SlowOperationInformer.h 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.h |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/include/llvm/Support/SlowOperationInformer.h
diff -u llvm/include/llvm/Support/SlowOperationInformer.h:1.9 llvm/include/llvm/Support/SlowOperationInformer.h:1.10
--- llvm/include/llvm/Support/SlowOperationInformer.h:1.9	Wed Jul 26 11:18:00 2006
+++ llvm/include/llvm/Support/SlowOperationInformer.h	Mon Aug  7 18:20:15 2006
@@ -32,7 +32,6 @@
 #include <string>
 #include <cassert>
 #include "llvm/Support/DataTypes.h"
-#include "llvm/System/IncludeFile.h"
 
 namespace llvm {
   class SlowOperationInformer {
@@ -64,5 +63,3 @@
 } // end namespace llvm
 
 #endif /* SLOW_OPERATION_INFORMER_H */
-
-FORCE_DEFINING_FILE_TO_BE_LINKED(SupportSlowOperationInformer)






More information about the llvm-commits mailing list