summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LoopAligner.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-28 23:29:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-28 23:29:57 +0000
commit95a7be473c5818291e3b05677a6009f46fade16d (patch)
treea0d88447d1a24f7362919305d3416403d2d0c53c /llvm/lib/CodeGen/LoopAligner.cpp
parentbb979f4b1cae38b777b1b2f5ccf9d19050e5c3f4 (diff)
downloadbcm5719-llvm-95a7be473c5818291e3b05677a6009f46fade16d.tar.gz
bcm5719-llvm-95a7be473c5818291e3b05677a6009f46fade16d.zip
Added option -align-loops=<true/false> to disable loop aligner pass.
llvm-svn: 47736
Diffstat (limited to 'llvm/lib/CodeGen/LoopAligner.cpp')
-rw-r--r--llvm/lib/CodeGen/LoopAligner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LoopAligner.cpp b/llvm/lib/CodeGen/LoopAligner.cpp
index a40bb50565d..c5a3f549a76 100644
--- a/llvm/lib/CodeGen/LoopAligner.cpp
+++ b/llvm/lib/CodeGen/LoopAligner.cpp
@@ -18,6 +18,7 @@
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
using namespace llvm;
OpenPOWER on IntegriCloud