Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / CodeGen / LatencyPriorityQueue.h
index 8fb31aa8a6d12496afc25543acbc29d0cec2a709..d454347d0b8230fdf0b9b1551425d87ebc2d17a1 100644 (file)
@@ -13,8 +13,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LATENCY_PRIORITY_QUEUE_H
-#define LATENCY_PRIORITY_QUEUE_H
+#ifndef LLVM_CODEGEN_LATENCYPRIORITYQUEUE_H
+#define LLVM_CODEGEN_LATENCYPRIORITYQUEUE_H
 
 #include "llvm/CodeGen/ScheduleDAG.h"