diff options
| author | joerg <joerg@NetBSD.org> | 2011-09-01 12:24:35 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-09-01 12:24:35 +0000 |
| commit | 3acea768efdda6c024ba27dc2dd68295d450ba8f (patch) | |
| tree | 7b1580626ee4a146361266286045fb108d6a0b19 /external/bsd/llvm/lib/libLLVMTransformsUtils | |
| parent | b695d8be0bda6c3445d55058cb3c4501d545c90c (diff) | |
Update LLVM/Clang snapshot to r138875. Primarily to get the rewritten
temp file handling fixing boost-jam build.
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 2a1fc9b3105..3d9a76a7c93 100644 --- a/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile +++ b/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/07/07 21:59:15 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2011/09/01 12:24:36 joerg Exp $ LIB= LLVMTransformsUtils @@ -28,6 +28,7 @@ SRCS+= AddrModeMatcher.cpp \ PromoteMemoryToRegister.cpp \ SSAUpdater.cpp \ SimplifyCFG.cpp \ + SimplifyIndVar.cpp \ SimplifyInstructions.cpp \ UnifyFunctionExitNodes.cpp \ Utils.cpp \ |
