forked from OSchip/llvm-project
parent
ac605f4a3a
commit
0b87794f2b
|
@ -30,7 +30,7 @@ typedef struct {
|
|||
/// \brief finds the scatter Bits that need to be used to apply relocations
|
||||
inline uint32_t
|
||||
findBitMask(uint32_t insn, Instruction *encodings, int32_t numInsns) {
|
||||
for (int32_t i = 0; i < numInsns ; i++) {
|
||||
for (int32_t i = 0; i < numInsns; i++) {
|
||||
if (((insn & 0xc000) == 0) && !(encodings[i].isDuplex))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue