mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-16 20:40:16 +00:00
Omit else branch after return.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0bedfa456a
commit
11b190e979
@ -52,10 +52,12 @@ cl::desc("disable unaligned load/store generation on PPC"), cl::Hidden);
|
||||
extern cl::opt<bool> ANDIGlueBug;
|
||||
|
||||
static TargetLoweringObjectFile *createTLOF(const Triple &TT) {
|
||||
// If it isn't a Mach-O file then it's going to be a linux ELF
|
||||
// object file.
|
||||
if (TT.isOSDarwin())
|
||||
return new TargetLoweringObjectFileMachO();
|
||||
else
|
||||
return new PPC64LinuxTargetObjectFile();
|
||||
|
||||
return new PPC64LinuxTargetObjectFile();
|
||||
}
|
||||
|
||||
PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user