llvm/lib/Target/PowerPC/MCTargetDesc
Rafael Espindola ac8db59598 Delete Reloc::Default.
Having an enum member named Default is quite confusing: Is it distinct
from the others?

This patch removes that member and instead uses Optional<Reloc> in
places where we have a user input that still hasn't been maped to the
default value, which is now clear has no be one of the remaining 3
options.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269988 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-18 22:04:49 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCAsmBackend.cpp
PPCELFObjectWriter.cpp
PPCFixupKinds.h
PPCMachObjectWriter.cpp
PPCMCAsmInfo.cpp
PPCMCAsmInfo.h
PPCMCCodeEmitter.cpp [PowerPC] Fix the EH_SjLj_Setup pseudo. 2016-04-28 21:24:37 +00:00
PPCMCExpr.cpp
PPCMCExpr.h
PPCMCTargetDesc.cpp Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
PPCMCTargetDesc.h
PPCPredicates.cpp
PPCPredicates.h