mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-13 06:34:24 +00:00
make angry compilers happy again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4560657b4c
commit
e75a24a5fa
@ -816,7 +816,8 @@ SDOperand ISel::BuildConstmulSequence(SDOperand N) {
|
||||
// do the transformation, filling out 'ops'
|
||||
lefevre(boothEncodedString, ops);
|
||||
|
||||
SDOperand results[ops.size()]; // temporary results (of adds/subs of shifts)
|
||||
assert(ops.size() < 80 && "constmul code has gone haywire\n");
|
||||
SDOperand results[80]; // temporary results (of adds/subs of shifts)
|
||||
|
||||
// now turn 'ops' into DAG bits
|
||||
for(unsigned i=0; i<ops.size(); i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user