From: Tom Stellard Date: Fri, 31 Oct 2014 20:56:36 +0000 (+0000) Subject: R600: Add missing file to CMakeLists.txt X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7dd15e65fb20b2b515b5ef8d942974b404b7e876;p=oota-llvm.git R600: Add missing file to CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220998 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/CMakeLists.txt b/lib/Target/R600/CMakeLists.txt index 021ce5fc863..7dbff55753e 100644 --- a/lib/Target/R600/CMakeLists.txt +++ b/lib/Target/R600/CMakeLists.txt @@ -13,6 +13,7 @@ add_public_tablegen_target(AMDGPUCommonTableGen) add_llvm_target(R600CodeGen AMDILCFGStructurizer.cpp + AMDGPUAlwaysInlinePass.cpp AMDGPUAsmPrinter.cpp AMDGPUFrameLowering.cpp AMDGPUIntrinsicInfo.cpp