commit | cacd4f2401a25a86473609a89b4f858d2b3b1aed | [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 | b8465136b0f668a6469384f424e66432d770ad19 | |
parent | d313a05a167f854e837f5af7a5e48449c6ec0db0 [diff] |
Refine #includes. llvm-svn: 101269
diff --git a/llvm/include/llvm/CodeGen/FastISel.h b/llvm/include/llvm/CodeGen/FastISel.h index 8d33665..b1f73cb 100644 --- a/llvm/include/llvm/CodeGen/FastISel.h +++ b/llvm/include/llvm/CodeGen/FastISel.h
@@ -15,8 +15,9 @@ #define LLVM_CODEGEN_FASTISEL_H #include "llvm/ADT/DenseMap.h" +#ifndef NDEBUG #include "llvm/ADT/SmallSet.h" -#include "llvm/CodeGen/SelectionDAGNodes.h" +#endif namespace llvm {
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h index 95439e4..45a15ca 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 {