[PATCH] LLD: ELF: Replace a macro with an inlined function.
Rui Ueyama
ruiu at google.com
Tue Mar 31 11:11:15 PDT 2015
Hi shankarke,
FINDV4BITMASK macro is defined as a macro so that the macro body is inlined.
We should use inlined functions instead of macros.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8740
Files:
lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h
lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8740.22988.patch
Type: text/x-patch
Size: 6089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150331/8ddf79f3/attachment.bin>
More information about the llvm-commits
mailing list