Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombine.h
index 247d7913c015e302c8ec1693b2397da1bfea1a8a..623f25db068a5499cf038d7f790abfc160d2a2c7 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef INSTCOMBINE_INSTCOMBINE_H
-#define INSTCOMBINE_INSTCOMBINE_H
+#ifndef LLVM_LIB_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H
+#define LLVM_LIB_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H
 
 #include "InstCombineWorklist.h"
 #include "llvm/Analysis/TargetFolder.h"