[LLVMbugs] [Bug 7619] New: Typo in IRBuilder.h - CreateAShr generator incorrect

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 11 09:29:03 PDT 2010


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: unassignedbugs at nondot.org
        ReportedBy: kv1d at spamex.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list