[lld] r203331 - Remove extra space.
Rui Ueyama
ruiu at google.com
Fri Mar 7 17:45:40 PST 2014
Author: ruiu
Date: Fri Mar 7 19:45:39 2014
New Revision: 203331
URL: http://llvm.org/viewvc/llvm-project?rev=203331&view=rev
Log:
Remove extra space.
Modified:
lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h
Modified: lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h?rev=203331&r1=203330&r2=203331&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h Fri Mar 7 19:45:39 2014
@@ -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;
More information about the llvm-commits
mailing list