mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 00:27:31 +00:00
Handle va_arg instruction correctly
llvm-svn: 6030
This commit is contained in:
parent
e1faff42f4
commit
a7ee27e0fd
@ -193,6 +193,7 @@ private:
|
|||||||
void visitCallInst (Instruction &I) { markOverdefined(&I); }
|
void visitCallInst (Instruction &I) { markOverdefined(&I); }
|
||||||
void visitInvokeInst (Instruction &I) { markOverdefined(&I); }
|
void visitInvokeInst (Instruction &I) { markOverdefined(&I); }
|
||||||
void visitAllocationInst(Instruction &I) { markOverdefined(&I); }
|
void visitAllocationInst(Instruction &I) { markOverdefined(&I); }
|
||||||
|
void visitVarArgInst (Instruction &I) { markOverdefined(&I); }
|
||||||
void visitFreeInst (Instruction &I) { /*returns void*/ }
|
void visitFreeInst (Instruction &I) { /*returns void*/ }
|
||||||
|
|
||||||
void visitInstruction(Instruction &I) {
|
void visitInstruction(Instruction &I) {
|
||||||
|
Loading…
Reference in New Issue
Block a user