summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-07-07 02:03:12 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-07-07 02:03:12 +0000
commit8a1be030906994fe42077879b411778d67a08d31 (patch)
tree2f37ae8d61c807ce99322d996b33ba4b2b89c288 /llvm/lib/CodeGen
parent8f23abebfceee3793fe08123f205de3c518cb0df (diff)
downloadbcm5719-llvm-8a1be030906994fe42077879b411778d67a08d31.tar.gz
bcm5719-llvm-8a1be030906994fe42077879b411778d67a08d31.zip
Disable coalescing.
llvm-svn: 14655
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveIntervals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervals.cpp b/llvm/lib/CodeGen/LiveIntervals.cpp
index 2347c6b567a..4f17e31f716 100644
--- a/llvm/lib/CodeGen/LiveIntervals.cpp
+++ b/llvm/lib/CodeGen/LiveIntervals.cpp
@@ -59,7 +59,7 @@ namespace {
cl::opt<bool>
join("join-liveintervals",
cl::desc("Join compatible live intervals"),
- cl::init(true));
+ cl::init(false));
};
void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const
OpenPOWER on IntegriCloud