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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
djc@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@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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs