1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 8748299227
commit bec91e09a7

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"