[llvm-branch-commits] [llvm-branch] r89878 - /llvm/branches/Apple/Zoidberg/lib/Target/PowerPC/PPCInstrInfo.h

Bob Wilson bob.wilson at apple.com
Wed Nov 25 12:09:46 PST 2009


Author: bwilson
Date: Wed Nov 25 14:09:46 2009
New Revision: 89878

URL: http://llvm.org/viewvc/llvm-project?rev=89878&view=rev
Log:
--- Merging r89877 into '.':
U    lib/Target/PowerPC/PPCInstrInfo.h

Modified:
    llvm/branches/Apple/Zoidberg/lib/Target/PowerPC/PPCInstrInfo.h

Modified: llvm/branches/Apple/Zoidberg/lib/Target/PowerPC/PPCInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/lib/Target/PowerPC/PPCInstrInfo.h?rev=89878&r1=89877&r2=89878&view=diff

==============================================================================
--- llvm/branches/Apple/Zoidberg/lib/Target/PowerPC/PPCInstrInfo.h (original)
+++ llvm/branches/Apple/Zoidberg/lib/Target/PowerPC/PPCInstrInfo.h Wed Nov 25 14:09:46 2009
@@ -151,6 +151,8 @@
   /// instruction may be.  This returns the maximum number of bytes.
   ///
   virtual unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
+
+  virtual bool isProfitableToDuplicateIndirectBranch() const { return true; }
 };
 
 }





More information about the llvm-branch-commits mailing list