summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 18:49:17 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 18:49:17 +0000
commit11609451a5e9921d02dea5f1b6c6cd362a3cd676 (patch)
treecf52fdfe36156f89b0b3cd48b1fd7695241a4db0 /lib
parent4031d59685cef09fad651dd39020ccca4c13ef89 (diff)
downloadllvm-11609451a5e9921d02dea5f1b6c6cd362a3cd676.tar.gz
llvm-11609451a5e9921d02dea5f1b6c6cd362a3cd676.tar.bz2
llvm-11609451a5e9921d02dea5f1b6c6cd362a3cd676.tar.xz
Refine #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
index 95439e4cad..45a15ca0e7 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 {