hanchenye-llvm-project/lld/include
Rui Ueyama abea8fa61d Change the signature of insertElementAt and rename addInputElementFront
insertElementAt(x, END) does the identical thing as addInputElement(x),
so the only reasonable use of insertElementAt is to call it with the
other possible argument, BEGIN. That means the second parameter of the
function is just redundant. This patch is to remove the second
parameter and rename the function accordingly.

llvm-svn: 213821
2014-07-24 00:08:22 +00:00
..
lld Change the signature of insertElementAt and rename addInputElementFront 2014-07-24 00:08:22 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00