aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
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 /include/llvm/CodeGen
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 'include/llvm/CodeGen')
-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 8d33665..b1f73cb 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 {