[llvm-branch-commits] [llvm-branch] r89869 - /llvm/branches/Apple/Zoidberg/lib/Target/X86/X86InstrInfo.h

Bob Wilson bob.wilson at apple.com
Wed Nov 25 09:47:11 PST 2009


Author: bwilson
Date: Wed Nov 25 11:47:11 2009
New Revision: 89869

URL: http://llvm.org/viewvc/llvm-project?rev=89869&view=rev
Log:
--- Merging r89865 into '.':
U    lib/Target/X86/X86InstrInfo.h

Modified:
    llvm/branches/Apple/Zoidberg/lib/Target/X86/X86InstrInfo.h

Modified: llvm/branches/Apple/Zoidberg/lib/Target/X86/X86InstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/lib/Target/X86/X86InstrInfo.h?rev=89869&r1=89868&r2=89869&view=diff

==============================================================================
--- llvm/branches/Apple/Zoidberg/lib/Target/X86/X86InstrInfo.h (original)
+++ llvm/branches/Apple/Zoidberg/lib/Target/X86/X86InstrInfo.h Wed Nov 25 11:47:11 2009
@@ -632,6 +632,8 @@
   ///
   unsigned getGlobalBaseReg(MachineFunction *MF) const;
 
+  virtual bool isProfitableToDuplicateIndirectBranch() const { return true; }
+
 private:
   MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
                                      MachineInstr* MI,





More information about the llvm-branch-commits mailing list