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

             Bug #: 13649
           Summary: Unexpected warning when compiling MachineScheduler.cpp
           Product: libraries
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


When undertaking my first (basic) build with SVN rev 162194
the following simple warning 'flew past':

llvm[2]: Compiling MachineScheduler.cpp for Debug+Asserts build
/Users/chris/src/llvm/lib/CodeGen/MachineScheduler.cpp:414:24: warning:
operands
      of ? are integers of different signs: 'int' and 'unsigned int'
      [-Wsign-compare]
    return (UOps >= 0) ? UOps : TII->getNumMicroOps(InstrItins, MI);
                       ^ ~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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