New unit test for the cloning module, which so far only covers cloning of
authorNick Lewycky <nicholas@mxc.ca>
Sun, 27 Sep 2009 21:39:46 +0000 (21:39 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 27 Sep 2009 21:39:46 +0000 (21:39 +0000)
commit4dd68242f106f047f80a5e0fdd96e19cb0ac5eed
tree5bdbe64ddf596882b9b9b16b9c0252e70241aa6b
parent06e4052699c481fda1df8d96a26e42733c36eb66
New unit test for the cloning module, which so far only covers cloning of
instructions' optimization flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82934 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Makefile
unittests/Transforms/Makefile [new file with mode: 0644]
unittests/Transforms/Utils/Cloning.cpp [new file with mode: 0644]
unittests/Transforms/Utils/Makefile [new file with mode: 0644]