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

           Summary: Typo in IRBuilder.h - CreateAShr generator incorrect
           Product: libraries
           Version: 2.7
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


This is a simple one. One of the CreateAShr cases (the one with an integer
shift count) has a typo that results in a compilation error if its used.

On line 462 in IRBuilder.h I think CreateSShr  should be CreateAShr

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