[PM] Fix stale header blocker, found by Duncan Smith in code review!
authorChandler Carruth <chandlerc@gmail.com>
Tue, 14 Jan 2014 05:50:19 +0000 (05:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 14 Jan 2014 05:50:19 +0000 (05:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199185 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/IRPrintingPasses.h

index 3d759ef57de7b2760a232f2f3ad551a1165b38d0..2f78c83165eba612d3e34a4a6edc2bb74835de7a 100644 (file)
@@ -16,8 +16,8 @@
 ///
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_IR_PRINTMODULEPASS_H
-#define LLVM_IR_PRINTMODULEPASS_H
+#ifndef LLVM_IR_IR_PRINTING_PASSES_H
+#define LLVM_IR_IR_PRINTING_PASSES_H
 
 #include "llvm/ADT/StringRef.h"
 #include <string>