http://llvm.org/bugs/show_bug.cgi?id=21462

            Bug ID: 21462
           Summary: lib/Target/Mips/MipsABIInfo.h:40: performance problem
                    ?
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

lib/Target/Mips/MipsABIInfo.h:40]: (performance) Function parameter 'Other'
should be passed by reference.

  bool operator<(const MipsABIInfo Other) const {

Maybe

  bool operator<(const MipsABIInfo & Other) const {

would be better.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to