From: Tom Stellard Date: Tue, 6 Aug 2013 23:12:34 +0000 (+0000) Subject: R600: Add new file from r187831 to CMakeLists.txt X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c89c964499ef71e496be37ac12a5c521e263f44e;p=oota-llvm.git R600: Add new file from r187831 to CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187834 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/CMakeLists.txt b/lib/Target/R600/CMakeLists.txt index 48f001bb270..fde187b0d3e 100644 --- a/lib/Target/R600/CMakeLists.txt +++ b/lib/Target/R600/CMakeLists.txt @@ -40,6 +40,7 @@ add_llvm_target(R600CodeGen R600RegisterInfo.cpp R600TextureIntrinsicsReplacer.cpp SIAnnotateControlFlow.cpp + SIFixSGPRCopies.cpp SIInsertWaits.cpp SIInstrInfo.cpp SIISelLowering.cpp