diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-28 23:29:57 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-28 23:29:57 +0000 |
commit | 95a7be473c5818291e3b05677a6009f46fade16d (patch) | |
tree | a0d88447d1a24f7362919305d3416403d2d0c53c /llvm/lib/CodeGen/LoopAligner.cpp | |
parent | bb979f4b1cae38b777b1b2f5ccf9d19050e5c3f4 (diff) | |
download | bcm5719-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.cpp | 1 |
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; |