Remove extra space.

llvm-svn: 203331
This commit is contained in:
Rui Ueyama 2014-03-08 01:45:39 +00:00
parent ac605f4a3a
commit 0b87794f2b
1 changed files with 1 additions and 1 deletions

View File

@ -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;