1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/PowerPC/MCTargetDesc
Hal Finkel 3745ca2789 Move PPC getSwappedPredicate for reuse
The getSwappedPredicate function can be used in other places (such as in
improvements to the PPCCTRLoops pass). Instead of trapping it as a static
function in PPCInstrInfo, move it into PPCPredicates with other
predicate-related things.

No functionality change intended.

llvm-svn: 179926
2013-04-20 05:16:26 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
PPCAsmBackend.cpp PowerPC: Simplify handling of fixups. 2013-03-26 10:56:47 +00:00
PPCELFObjectWriter.cpp PowerPC: Simplify handling of fixups. 2013-03-26 10:56:47 +00:00
PPCFixupKinds.h PowerPC: Simplify handling of fixups. 2013-03-26 10:56:47 +00:00
PPCMCAsmInfo.cpp Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxMCAsmInfo 2013-01-23 17:12:15 +00:00
PPCMCAsmInfo.h
PPCMCCodeEmitter.cpp PPC: Use HWEncoding and TRI->getEncodingValue 2013-03-26 20:08:20 +00:00
PPCMCTargetDesc.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
PPCMCTargetDesc.h To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts. 2013-03-17 12:40:42 +00:00
PPCPredicates.cpp Move PPC getSwappedPredicate for reuse 2013-04-20 05:16:26 +00:00
PPCPredicates.h Move PPC getSwappedPredicate for reuse 2013-04-20 05:16:26 +00:00