[llvm-commits] [llvm] r47594 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Anton Korobeynikov
asl at math.spbu.ru
Tue Feb 26 10:48:48 PST 2008
> Please combine the if (...) } else if (...) { to
> if (!Is64Bit && getTargetMachine().getRelocationModel() == Reloc::PIC_
> && Subtarget->isPICStyleGot()) {
> if (!IsTailCall) {
> } else {
> }
> }
>
Maybe it will be better to provide separate predicates for such stuff?
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-commits
mailing list