commit | 5e9cd434234a36089daeee915f1dc02b96947fba | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Dec 28 08:30:43 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Dec 28 08:30:43 2009 +0000 |
tree | 99d57a9beb05979202d28aacb7a4f6fbf7379729 | |
parent | fc252dae10e339d423e162616a9cb75238afaca5 [diff] [blame] |
snip one more #include from Metadata.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92214 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index f919510..a761c2d 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/lib/CodeGen/MachineInstr.cpp
@@ -15,6 +15,7 @@ #include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/InlineAsm.h" +#include "llvm/Type.h" #include "llvm/Value.h" #include "llvm/Assembly/Writer.h" #include "llvm/CodeGen/MachineFunction.h"