Change MCSchedModel to be a struct of statically initialized data.
[oota-llvm.git] / include / llvm / CodeGen / StackMaps.h
index 5eddbb65259e73e0c654d6189e8a9de2e3657b3c..a04cdf8abf28fa226005e95f1f2e086d67de8ac9 100644 (file)
@@ -8,8 +8,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_STACKMAPS
-#define LLVM_STACKMAPS
+#ifndef LLVM_CODEGEN_STACKMAPS_H
+#define LLVM_CODEGEN_STACKMAPS_H
 
 #include "llvm/ADT/MapVector.h"
 #include "llvm/ADT/SmallVector.h"
@@ -196,4 +196,4 @@ private:
 
 }
 
-#endif // LLVM_STACKMAPS
+#endif