Update the header guard I missed when moving the header.

llvm-svn: 160242
This commit is contained in:
Chandler Carruth 2012-07-15 23:45:20 +00:00
parent 9db53d7d68
commit d9d363f8d7
1 changed files with 2 additions and 2 deletions

View 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"