summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
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
commitcacd4f2401a25a86473609a89b4f858d2b3b1aed (patch)
treeb8465136b0f668a6469384f424e66432d770ad19 /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
parentd313a05a167f854e837f5af7a5e48449c6ec0db0 (diff)
downloadbcm5719-llvm-cacd4f2401a25a86473609a89b4f858d2b3b1aed.tar.gz
bcm5719-llvm-cacd4f2401a25a86473609a89b4f858d2b3b1aed.zip
Refine #includes.
llvm-svn: 101269
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
index 95439e4cad9..45a15ca0e7f 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud