forked from OSchip/llvm-project
abea8fa61d
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DefinedAtom.cpp | ||
Error.cpp | ||
File.cpp | ||
InputGraph.cpp | ||
LinkingContext.cpp | ||
Makefile | ||
Resolver.cpp | ||
SymbolTable.cpp | ||
TODO.txt |