aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorAlexis Hunt <alercah@gmail.com>2011-07-29 23:42:36 +0000
committerAlexis Hunt <alercah@gmail.com>2011-07-29 23:42:36 +0000
commit1e846797dd8bbda4c04de979efa9f74d487beaf4 (patch)
treeb855f62b5c9c65f878f01630470206798beb5f82 /llvm/lib/Transforms/Utils/InlineFunction.cpp
parent95cc5440e9aeffd6f58b9f60817447a016d926f1 (diff)
downloadllvm-1e846797dd8bbda4c04de979efa9f74d487beaf4.zip
llvm-1e846797dd8bbda4c04de979efa9f74d487beaf4.tar.gz
llvm-1e846797dd8bbda4c04de979efa9f74d487beaf4.tar.bz2
Include an "implementation" if SGI's slist. This was quickly hacked
together to get it working with code, and is neither optimal (erase(Iterator, Iterator) calculates the previous iterator twice, rather than calculating the previous iterator of the first one, then advancing it until the second is found) nor complete (splice() was not implemented). Most of the implementation is borrowed from forward_list via using-declarations. llvm-svn: 136542
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions