[llvm-commits] [llvm] r79467 - /llvm/trunk/include/llvm/CodeGen/LiveVariables.h

David Greene greened at obbligato.org
Wed Aug 19 14:17:28 PDT 2009


Author: greened
Date: Wed Aug 19 16:17:28 2009
New Revision: 79467

URL: http://llvm.org/viewvc/llvm-project?rev=79467&view=rev
Log:

Add missing includes.

Modified:
    llvm/trunk/include/llvm/CodeGen/LiveVariables.h

Modified: llvm/trunk/include/llvm/CodeGen/LiveVariables.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveVariables.h?rev=79467&r1=79466&r2=79467&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveVariables.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveVariables.h Wed Aug 19 16:17:28 2009
@@ -29,7 +29,9 @@
 #ifndef LLVM_CODEGEN_LIVEVARIABLES_H
 #define LLVM_CODEGEN_LIVEVARIABLES_H
 
+#include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/ADT/BitVector.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallVector.h"





More information about the llvm-commits mailing list