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

            Bug ID: 21464
           Summary: tools/llvm-objdump/MachODump.cpp:127: possible
                    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

> [trunk/llvm/tools/llvm-objdump/MachODump.cpp:127]: (performance) Function 
> parameter 'i' should be passed by reference.
> [trunk/llvm/tools/llvm-objdump/MachODump.cpp:128]: (performance) Function 
> parameter 'j' should be passed by reference.

static bool compareDiceTableEntries(const DiceTableEntry i,
                                    const DiceTableEntry j) {

-- 
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