Canonicalize header guards into a common format.
[oota-llvm.git] / lib / CodeGen / AggressiveAntiDepBreaker.h
index 2ab9d89574e49466648604d8699c2a98e74ab221..f94ce9af4daf8ba315f963e3fdcef68ce4b18115 100644 (file)
@@ -14,8 +14,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CODEGEN_AGGRESSIVEANTIDEPBREAKER_H
-#define LLVM_CODEGEN_AGGRESSIVEANTIDEPBREAKER_H
+#ifndef LLVM_LIB_CODEGEN_AGGRESSIVEANTIDEPBREAKER_H
+#define LLVM_LIB_CODEGEN_AGGRESSIVEANTIDEPBREAKER_H
 
 #include "AntiDepBreaker.h"
 #include "llvm/ADT/BitVector.h"