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

New name is Metadata.h.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2009-07-28 21:49:47 +00:00
parent 7cc2c406d0
commit 0a9f7b9c3e
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"