summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2006-05-23 13:43:15 +0000
committerVladimir Prus <ghost@cs.msu.su>2006-05-23 13:43:15 +0000
commitdf1d439849f03cb4c6e1dc5660b4bab68d5fa8d1 (patch)
tree5d6bba828d57a15f9b5a1c562e2138ddd3f061c2 /llvm/lib/CodeGen
parenta9194a8dbd6517aa3068179e1ff793a0361f580b (diff)
downloadbcm5719-llvm-df1d439849f03cb4c6e1dc5660b4bab68d5fa8d1.tar.gz
bcm5719-llvm-df1d439849f03cb4c6e1dc5660b4bab68d5fa8d1.zip
Fix missing include
llvm-svn: 28435
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 4439688d432..2e1f872c8a9 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -37,6 +37,7 @@
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Target/TargetOptions.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MathExtras.h"
OpenPOWER on IntegriCloud