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
This commit is contained in:
Nick Lewycky
2009-09-27 21:39:46 +00:00
parent 06e4052699
commit 4dd68242f1
4 changed files with 120 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
LEVEL = ..
PARALLEL_DIRS = ADT ExecutionEngine Support VMCore
PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
include $(LEVEL)/Makefile.common