Displaying 2 results from an estimated 2 matches for "cont2bb".
Did you mean:
cont2
2011 Sep 01
2
[LLVMdev] Build Error
...nsigned int, bool, bool) const':
[off-opt] : [llvm] /ptmp/dag/llvm/official/llvm/lib/Target/ARM/ARMISelLowering.cpp:5336: error: 'contBB' may be used uninitialized in this function
[off-opt] : [llvm] /ptmp/dag/llvm/official/llvm/lib/Target/ARM/ARMISelLowering.cpp:5336: error: 'cont2BB' may be used uninitialized in this function
Anyone else seeing this?
-Dave
2011 Sep 01
0
[LLVMdev] Build Error
...t, bool, bool) const':
> [off-opt] : [llvm] /ptmp/dag/llvm/official/llvm/lib/Target/ARM/ARMISelLowering.cpp:5336: error: 'contBB' may be used uninitialized in this function
> [off-opt] : [llvm] /ptmp/dag/llvm/official/llvm/lib/Target/ARM/ARMISelLowering.cpp:5336: error: 'cont2BB' may be used uninitialized in this function
>
> Anyone else seeing this?
Somebody else sent an email to me about this last night; fixed in
r138974. Sorry about the delay.
-Eli