summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-02-18 21:38:19 +0000
committerAdam Nemet <anemet@apple.com>2016-02-18 21:38:19 +0000
commit9d9cb274ea8830e0163e58a2fe0ff2b20ea367d3 (patch)
tree1debd1e966f811206abc5355bd14d2cc364d6c47 /llvm/lib/Target/PowerPC/CMakeLists.txt
parent7cf9b1bf0515dd630012f9f667dba84bf2b966b5 (diff)
downloadbcm5719-llvm-9d9cb274ea8830e0163e58a2fe0ff2b20ea367d3.tar.gz
bcm5719-llvm-9d9cb274ea8830e0163e58a2fe0ff2b20ea367d3.zip
[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFC
This patch is part of the work to make PPCLoopDataPrefetch target-independent (http://thread.gmane.org/gmane.comp.compilers.llvm.devel/92758). Obviously the pass still only used from PPC at this point. Subsequent patches will start driving this from ARM64 as well. Due to the previous patch most lines should show up as moved lines. llvm-svn: 261265
Diffstat (limited to 'llvm/lib/Target/PowerPC/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/PowerPC/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/CMakeLists.txt b/llvm/lib/Target/PowerPC/CMakeLists.txt
index c31ababafbe..e8316e937cb 100644
--- a/llvm/lib/Target/PowerPC/CMakeLists.txt
+++ b/llvm/lib/Target/PowerPC/CMakeLists.txt
@@ -24,7 +24,6 @@ add_llvm_target(PowerPCCodeGen
PPCEarlyReturn.cpp
PPCFastISel.cpp
PPCFrameLowering.cpp
- PPCLoopDataPrefetch.cpp
PPCLoopPreIncPrep.cpp
PPCMCInstLower.cpp
PPCMachineFunctionInfo.cpp
OpenPOWER on IntegriCloud