diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-07-15 23:45:24 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-07-15 23:45:24 +0000 |
commit | 36e2ecf5282c68b897aa73d7e000be42797069f5 (patch) | |
tree | 9a30aa9e12173fa92ad628a865f6df241047ba4b /llvm/lib/Analysis/PathNumbering.cpp | |
parent | d9d363f8d7f41c0efbcf8b3f6b4154b32ba0faa4 (diff) | |
download | bcm5719-llvm-36e2ecf5282c68b897aa73d7e000be42797069f5.tar.gz bcm5719-llvm-36e2ecf5282c68b897aa73d7e000be42797069f5.zip |
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
the move of *Builder classes into the Core library.
No uses of this builder in Clang or DragonEgg I could find.
If there is a desire to have an IR-building-support library that
contains all of these builders, that can be easily added, but currently
it seems likely that these add no real overhead to VMCore.
llvm-svn: 160243
Diffstat (limited to 'llvm/lib/Analysis/PathNumbering.cpp')
-rw-r--r-- | llvm/lib/Analysis/PathNumbering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/PathNumbering.cpp b/llvm/lib/Analysis/PathNumbering.cpp index 80c5222a27a..d4ad7264816 100644 --- a/llvm/lib/Analysis/PathNumbering.cpp +++ b/llvm/lib/Analysis/PathNumbering.cpp @@ -31,11 +31,11 @@ #include "llvm/Instructions.h" #include "llvm/Module.h" #include "llvm/Pass.h" +#include "llvm/TypeBuilder.h" #include "llvm/Support/CFG.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" -#include "llvm/Support/TypeBuilder.h" #include "llvm/Support/raw_ostream.h" #include <queue> |