Use InstrSlots::NUM rather than pre-dividing by four. Also, mark this const.
[oota-llvm.git] / include / llvm / System / Memory.h
index b4ebf0e87f81b142762885566a9d225d66a6acb0..52e1f3f14b7ea8e189314e25706d4cc0d9a8a88f 100644 (file)
@@ -15,7 +15,6 @@
 #define LLVM_SYSTEM_MEMORY_H
 
 #include <string>
-#include "llvm/System/IncludeFile.h"
 
 namespace llvm {
 namespace sys {
@@ -71,6 +70,4 @@ namespace sys {
 }
 }
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemMemory)
-
 #endif