[LLVMbugs] [Bug 99] New: Interpreter should support the vaarg instruction
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Fri Nov 7 12:32:48 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=99
Summary: Interpreter should support the vaarg instruction
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Interpreter
AssignedTo: gaeke+bugs at uiuc.edu
ReportedBy: gaeke+bugs at uiuc.edu
%tmp.10 = vaarg sbyte* %ap.0, sbyte* ; <sbyte*> [#uses=1]
lli: Interpreter.h:135: void Interpreter::visitInstruction(Instruction&):
Assertion `0 && "Instruction not interpretable yet!"' failed.
The interpreter should support the 'vaarg' instruction, and it currently does
not. I get the above assertion failure when testing 2003-05-07-VarArgs with lli.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list