aboutsummaryrefslogtreecommitdiffstats
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
commit118e5b6b2f70ed0ec6787435bf2afba56cabbbc3 (patch)
treecf52fdfe36156f89b0b3cd48b1fd7695241a4db0 /lib
parent82efd08f63309dd5bc6d34fb6fa269621b211959 (diff)
downloadexternal_llvm-118e5b6b2f70ed0ec6787435bf2afba56cabbbc3.zip
external_llvm-118e5b6b2f70ed0ec6787435bf2afba56cabbbc3.tar.gz
external_llvm-118e5b6b2f70ed0ec6787435bf2afba56cabbbc3.tar.bz2
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 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 {