From: Craig Topper Date: Fri, 24 Jan 2014 20:51:32 +0000 (+0000) Subject: Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=82f50dc0c21b77048ee35a0f8d1658fb3c7b184c;p=oota-llvm.git Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200037 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index 3ee19744313..f277608d2c8 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -28,7 +28,6 @@ add_tablegen(llvm-tblgen LLVM RegisterInfoEmitter.cpp SetTheory.cpp SubtargetEmitter.cpp - TGValueTypes.cpp TableGen.cpp X86DisassemblerTables.cpp X86ModRMFilters.cpp