[llvm-commits] [llvm] r102584 - /llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h

Dan Gohman gohman at apple.com
Wed Apr 28 18:39:13 PDT 2010


Author: djg
Date: Wed Apr 28 20:39:13 2010
New Revision: 102584

URL: http://llvm.org/viewvc/llvm-project?rev=102584&view=rev
Log:
Fix missing #include.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h?rev=102584&r1=102583&r2=102584&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h Wed Apr 28 20:39:13 2010
@@ -19,6 +19,7 @@
 #include "llvm/Instructions.h"
 #include "llvm/ADT/APInt.h"
 #include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/SmallVector.h"
 #ifndef NDEBUG
 #include "llvm/ADT/SmallSet.h"
 #endif





More information about the llvm-commits mailing list