diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-02-16 15:30:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-02-16 15:30:28 +0000 |
commit | c213366063fb3513884175d6d040568efbc1419f (patch) | |
tree | a7017471eaf9c02298576076e9f227d03c9318aa | |
parent | 8a89cf233dcb3359c8649febefb4c38246f2acb4 (diff) |
Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding to r175354.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175361 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/R600/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/R600/CMakeLists.txt b/lib/Target/R600/CMakeLists.txt index 4f74b0477b..00f8b106c7 100644 --- a/lib/Target/R600/CMakeLists.txt +++ b/lib/Target/R600/CMakeLists.txt @@ -45,7 +45,6 @@ add_llvm_target(R600CodeGen SIInsertWaits.cpp SIInstrInfo.cpp SIISelLowering.cpp - SILowerLiteralConstants.cpp SILowerControlFlow.cpp SIMachineFunctionInfo.cpp SIRegisterInfo.cpp |