Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / ConstantRange.h
index 90dd69fa478fe269b7ca3b8a005e3049d28c6826..0f29256b8045875ba5b1a2eec14af4cfd144d3b9 100644 (file)
@@ -29,8 +29,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_CONSTANT_RANGE_H
-#define LLVM_SUPPORT_CONSTANT_RANGE_H
+#ifndef LLVM_SUPPORT_CONSTANTRANGE_H
+#define LLVM_SUPPORT_CONSTANTRANGE_H
 
 #include "llvm/ADT/APInt.h"
 #include "llvm/Support/DataTypes.h"