diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-12-28 08:20:46 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-12-28 08:20:46 +0000 |
| commit | f8d22fc77d299af81f1c438924c87d8f7fe87bc1 (patch) | |
| tree | ecf641ae19ae44ea3b76297aacf068f1aa50f9e5 /llvm/lib/AsmParser/LLParser.h | |
| parent | 53bb5e4ae0b2b4d54f92a6f6a45dc19636bc2ff2 (diff) | |
| download | bcm5719-llvm-f8d22fc77d299af81f1c438924c87d8f7fe87bc1.tar.gz bcm5719-llvm-f8d22fc77d299af81f1c438924c87d8f7fe87bc1.zip | |
Metadata.h doesn't need to include ValueHandle.h anymore.
llvm-svn: 92211
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
| -rw-r--r-- | llvm/lib/AsmParser/LLParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index d14b1cb362d..eec524a5e65 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -18,6 +18,7 @@ #include "llvm/Module.h" #include "llvm/Type.h" #include <map> +#include "llvm/Support/ValueHandle.h" namespace llvm { class Module; |

