Rename MDNode.h header. It defines MDnode and other metadata classes.

New name is Metadata.h.

llvm-svn: 77370
This commit is contained in:
Devang Patel
2009-07-28 21:49:47 +00:00
parent 4a04041056
commit a4f43fb5dd
21 changed files with 66 additions and 55 deletions

View File

@@ -18,7 +18,7 @@
#include "llvm/InlineAsm.h"
#include "llvm/Instructions.h"
#include "llvm/LLVMContext.h"
#include "llvm/MDNode.h"
#include "llvm/Metadata.h"
#include "llvm/Module.h"
#include "llvm/Operator.h"
#include "llvm/AutoUpgrade.h"