diff options
| author | joerg <joerg@NetBSD.org> | 2012-10-28 17:07:44 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2012-10-28 17:07:44 +0000 |
| commit | e1b2ced69d5dd858d359a3bd442ea9a8c80e5f19 (patch) | |
| tree | 9599513b3f7e439bdfeb1764b649f5b058c2e679 /external/bsd/llvm/lib/libLLVMTransformsUtils | |
| parent | 192a2246c8cceecc2ccffe67c72f4c7a7f5b52d0 (diff) | |
Update LLVM/Clang snapshot to r166772. Now builds without RTTI and
exceptions. Also features the first round of a loop vectorizer.
Diffstat (limited to 'external/bsd/llvm/lib/libLLVMTransformsUtils')
| -rw-r--r-- | external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile b/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile index 122141eba41..0daabfd4382 100644 --- a/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile +++ b/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/23 17:22:24 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/28 17:07:46 joerg Exp $ LIB= LLVMTransformsUtils @@ -35,6 +35,7 @@ SRCS+= AddrModeMatcher.cpp \ SimplifyCFG.cpp \ SimplifyIndVar.cpp \ SimplifyInstructions.cpp \ + SimplifyLibCalls.cpp \ UnifyFunctionExitNodes.cpp \ Utils.cpp \ ValueMapper.cpp |
