Materialize the module before releasing it.
[oota-llvm.git] / include / Support / GraphTraits.h
index 754e38fa7f5e7ae2ef1056f070ef43fb33a8a270..15c285da17034cacd3ebefe990a21e14aa4a5db2 100644 (file)
@@ -8,8 +8,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_GRAPH_TRAITS_H
-#define LLVM_SUPPORT_GRAPH_TRAITS_H
+#ifndef SUPPORT_GRAPHTRAITS_H
+#define SUPPORT_GRAPHTRAITS_H
 
 // GraphTraits - This class should be specialized by different graph types...
 // which is why the default version is empty.