[LLVMbugs] [Bug 14289] New: Silly error message: instruction expected to be numbered ''

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Nov 8 01:53:07 PST 2012


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

             Bug #: 14289
           Summary: Silly error message: instruction expected to be
                    numbered ''
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: dirkjan at ochtman.nl
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


djc at djc-mbp lang $ clang str.ll
str.ll:10:2: error: instruction expected to be numbered ''
        %1 = getelementptr %str* %self, i32 0, i32 0
        ^
1 error generated.

djc at djc-mbp lang $ clang -v
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix

>From trial and error, I deduced that it was actually expected to be numbered
'0'.

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