From: Chandler Carruth Date: Tue, 14 Jan 2014 05:50:19 +0000 (+0000) Subject: [PM] Fix stale header blocker, found by Duncan Smith in code review! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87a390ab475787040e7fedc85120ec339f5f7d4e;p=oota-llvm.git [PM] Fix stale header blocker, found by Duncan Smith in code review! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199185 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/IRPrintingPasses.h b/include/llvm/IR/IRPrintingPasses.h index 3d759ef57de..2f78c83165e 100644 --- a/include/llvm/IR/IRPrintingPasses.h +++ b/include/llvm/IR/IRPrintingPasses.h @@ -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