[llvm-commits] [llvm] r127067 - in /llvm/trunk: include/llvm/Target/TargetInstrInfo.h lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat Mar 5 00:21:57 PST 2011


On Mar 5, 2011, at 12:00 AM, Andrew Trick wrote:

> --- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
> +++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Sat Mar  5 02:00:22 2011
> @@ -641,6 +641,10 @@
>   virtual int getInstrLatency(const InstrItineraryData *ItinData,
>                               SDNode *Node) const;
> 
> +  /// isHighLatencyDef - Return true if this opcode has high latency to its
> +  /// result.
> +  bool isHighLatencyDef(int opc) const { return false; }
> +

Missing 'virtual'?

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110305/974b932f/attachment.html>


More information about the llvm-commits mailing list