commit | 11609451a5e9921d02dea5f1b6c6cd362a3cd676 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Apr 14 18:49:17 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Apr 14 18:49:17 2010 +0000 |
tree | cf52fdfe36156f89b0b3cd48b1fd7695241a4db0 | |
parent | 4031d59685cef09fad651dd39020ccca4c13ef89 [diff] [blame] |
Refine #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101269 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h index 95439e4..45a15ca 100644 --- a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h +++ b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
@@ -23,7 +23,7 @@ #include "llvm/ADT/SmallSet.h" #endif #include "llvm/CodeGen/ValueTypes.h" -#include "llvm/CodeGen/SelectionDAGNodes.h" +#include "llvm/CodeGen/ISDOpcodes.h" #include <vector> namespace llvm {