summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FastISel.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
commit11609451a5e9921d02dea5f1b6c6cd362a3cd676 (patch)
treecf52fdfe36156f89b0b3cd48b1fd7695241a4db0 /include/llvm/CodeGen/FastISel.h
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 'include/llvm/CodeGen/FastISel.h')
-rw-r--r--include/llvm/CodeGen/FastISel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 8d33665441..b1f73cba30 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/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 {