[llvm] r199185 - [PM] Fix stale header blocker, found by Duncan Smith in code review!

Chandler Carruth chandlerc at gmail.com
Mon Jan 13 21:50:20 PST 2014


Author: chandlerc
Date: Mon Jan 13 23:50:19 2014
New Revision: 199185

URL: http://llvm.org/viewvc/llvm-project?rev=199185&view=rev
Log:
[PM] Fix stale header blocker, found by Duncan Smith in code review!

Modified:
    llvm/trunk/include/llvm/IR/IRPrintingPasses.h

Modified: llvm/trunk/include/llvm/IR/IRPrintingPasses.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/IRPrintingPasses.h?rev=199185&r1=199184&r2=199185&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/IRPrintingPasses.h (original)
+++ llvm/trunk/include/llvm/IR/IRPrintingPasses.h Mon Jan 13 23:50:19 2014
@@ -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>





More information about the llvm-commits mailing list