summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-03-06 21:14:09 +0000
committerDevang Patel <dpatel@apple.com>2007-03-06 21:14:09 +0000
commitb0743b5d6a01a3f79e12a5b9ba98ece40cfd81e0 (patch)
tree90150e3351006d016974eacf14c1914e8a7c6748 /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parent13780ac7dbb04e929949f05c48be0fec3559c5c6 (diff)
downloadbcm5719-llvm-b0743b5d6a01a3f79e12a5b9ba98ece40cfd81e0.tar.gz
bcm5719-llvm-b0743b5d6a01a3f79e12a5b9ba98ece40cfd81e0.zip
Now LoopStrengthReduce is a LoopPass.
llvm-svn: 34984
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index d4f3645d756..d7b27bd84d2 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -14,6 +14,7 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/PassManager.h"
#include "llvm/Pass.h"
+#include "llvm/Analysis/LoopPass.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Transforms/Scalar.h"
OpenPOWER on IntegriCloud