[llvm-branch-commits] [llvm-branch] r73425 - /llvm/branches/Apple/Bender/lib/Target/ARM/ARMISelLowering.cpp
Bill Wendling
isanbard at gmail.com
Mon Jun 15 14:43:48 PDT 2009
Author: void
Date: Mon Jun 15 16:43:47 2009
New Revision: 73425
URL: http://llvm.org/viewvc/llvm-project?rev=73425&view=rev
Log:
--- Reverse-merging r72553 into '.':
U lib/Target/ARM/ARMISelLowering.cpp
This shouldn't go into this branch.
Modified:
llvm/branches/Apple/Bender/lib/Target/ARM/ARMISelLowering.cpp
Modified: llvm/branches/Apple/Bender/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Bender/lib/Target/ARM/ARMISelLowering.cpp?rev=73425&r1=73424&r2=73425&view=diff
==============================================================================
--- llvm/branches/Apple/Bender/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/branches/Apple/Bender/lib/Target/ARM/ARMISelLowering.cpp Mon Jun 15 16:43:47 2009
@@ -288,10 +288,7 @@
setIfCvtDupBlockSizeLimit(Subtarget->isThumb() ? 0 : 2);
maxStoresPerMemcpy = 1; //// temporary - rewrite interface to use type
- // Do not enable CodePlacementOpt for now: it currently runs after the
- // ARMConstantIslandPass and messes up branch relaxation and placement
- // of constant islands.
- // benefitFromCodePlacementOpt = true;
+ benefitFromCodePlacementOpt = true;
}
const char *ARMTargetLowering::getTargetNodeName(unsigned Opcode) const {
More information about the llvm-branch-commits
mailing list