1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

There is no point in setting out-parameters for a ComplexPattern function when

it returns false, at least as far as I could tell by reading the code.

llvm-svn: 141172
This commit is contained in:
Cameron Zwarich 2011-10-05 08:59:05 +00:00
parent ecebc1d04b
commit 0cb2071d35

View File

@ -1287,7 +1287,6 @@ bool ARMDAGToDAGISel::SelectT2AddrModeSoReg(SDValue N,
if (Subtarget->isCortexA9() && !N.hasOneUse()) {
// Compute R + (R << [1,2,3]) and reuse it.
Base = N;
return false;
}