diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-03-30 16:46:21 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-03-30 16:46:21 +0000 |
commit | 092c5ccf5bdcaa53151645e5628cec77fcf4062b (patch) | |
tree | 8d189635dc35b19fea16c151d3b4b61bb1ec2764 /unittests/VMCore/Makefile | |
parent | 0e4fa5ff365fccff46870b7d5d8d4d1d46e77986 (diff) | |
download | external_llvm-092c5ccf5bdcaa53151645e5628cec77fcf4062b.zip external_llvm-092c5ccf5bdcaa53151645e5628cec77fcf4062b.tar.gz external_llvm-092c5ccf5bdcaa53151645e5628cec77fcf4062b.tar.bz2 |
Handle unreachable code in the dominates functions. This changes users when
needed for correctness, but still doesn't clean up code that now unnecessary
checks for reachability.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore/Makefile')
-rw-r--r-- | unittests/VMCore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/VMCore/Makefile b/unittests/VMCore/Makefile index 1b2b69c..df55065 100644 --- a/unittests/VMCore/Makefile +++ b/unittests/VMCore/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = VMCore -LINK_COMPONENTS := core support target ipa +LINK_COMPONENTS := core support target ipa asmparser include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |