[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h
Michael Brukman
brukman at cs.uiuc.edu
Tue May 20 16:02:09 PDT 2003
Changes in directory llvm/include/llvm/Support:
InstVisitor.h updated: 1.15 -> 1.16
---
Log message:
Hopefully, the final fix for `[Pp]ropogate'.
---
Diffs of the changes:
Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.15 llvm/include/llvm/Support/InstVisitor.h:1.16
--- llvm/include/llvm/Support/InstVisitor.h:1.15 Wed May 7 21:43:06 2003
+++ llvm/include/llvm/Support/InstVisitor.h Tue May 20 16:01:04 2003
@@ -173,7 +173,7 @@
RetTy visitShiftInst(ShiftInst &I) { DELEGATE(Instruction); }
RetTy visitVarArgInst(VarArgInst &I) { DELEGATE(Instruction); }
- // Next level propogators... if the user does not overload a specific
+ // Next level propagators... if the user does not overload a specific
// instruction type, they can overload one of these to get the whole class
// of instructions...
//
More information about the llvm-commits
mailing list