commit | 03fe75db6e07224d304aacdd621371c2a41ca701 | [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 | e1080953b8698b65511fa01dad7747283fd05303 [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"