[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

Andrew Lenharth alenhar2 at cs.uiuc.edu
Sat Jun 18 11:31:42 PDT 2005



Changes in directory llvm/include/llvm/Support:

InstVisitor.h updated: 1.35 -> 1.36
---
Log message:

header file changes for varargs

---
Diffs of the changes:  (+0 -1)

 InstVisitor.h |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.35 llvm/include/llvm/Support/InstVisitor.h:1.36
--- llvm/include/llvm/Support/InstVisitor.h:1.35	Thu Apr 21 15:44:59 2005
+++ llvm/include/llvm/Support/InstVisitor.h	Sat Jun 18 13:31:30 2005
@@ -174,7 +174,6 @@
   RetTy visitSelectInst(SelectInst &I)              { DELEGATE(Instruction); }
   RetTy visitCallInst(CallInst     &I)              { DELEGATE(Instruction); }
   RetTy visitShiftInst(ShiftInst   &I)              { DELEGATE(Instruction); }
-  RetTy visitVANextInst(VANextInst &I)              { DELEGATE(Instruction); }
   RetTy visitVAArgInst(VAArgInst   &I)              { DELEGATE(Instruction); }
 
   // Next level propagators... if the user does not overload a specific






More information about the llvm-commits mailing list