Update the header guard I missed when moving the header.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jul 2012 23:45:20 +0000 (23:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jul 2012 23:45:20 +0000 (23:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160242 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MDBuilder.h

index add6f2e2f96d7c6afff7da2723958b75607adff5..2aa48b0b472491e868927eb081a73306e75706a5 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_MDBUILDER_H
-#define LLVM_SUPPORT_MDBUILDER_H
+#ifndef LLVM_MDBUILDER_H
+#define LLVM_MDBUILDER_H
 
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"