From: NAKAMURA Takumi Date: Tue, 11 Sep 2012 02:55:37 +0000 (+0000) Subject: llvm/lib/Transforms/Utils/CMakeLists.txt: Update. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0dd9b61f9f0dad1b1b9c4e5a54fe826e18fae787;p=oota-llvm.git llvm/lib/Transforms/Utils/CMakeLists.txt: Update. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163593 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/CMakeLists.txt b/lib/Transforms/Utils/CMakeLists.txt index 215a16ff3f8..aace75b745c 100644 --- a/lib/Transforms/Utils/CMakeLists.txt +++ b/lib/Transforms/Utils/CMakeLists.txt @@ -20,6 +20,7 @@ add_llvm_library(LLVMTransformUtils LowerInvoke.cpp LowerSwitch.cpp Mem2Reg.cpp + MetaRenamer.cpp ModuleUtils.cpp PromoteMemoryToRegister.cpp SSAUpdater.cpp