[llvm-commits] CVS: llvm/include/llvm/Analysis/SlotCalculator.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Jun 10 07:57:01 PDT 2004
Changes in directory llvm/include/llvm/Analysis:
SlotCalculator.h updated: 1.19 -> 1.20
---
Log message:
Remove extra space.
---
Diffs of the changes: (+2 -2)
Index: llvm/include/llvm/Analysis/SlotCalculator.h
diff -u llvm/include/llvm/Analysis/SlotCalculator.h:1.19 llvm/include/llvm/Analysis/SlotCalculator.h:1.20
--- llvm/include/llvm/Analysis/SlotCalculator.h:1.19 Wed May 26 02:37:11 2004
+++ llvm/include/llvm/Analysis/SlotCalculator.h Thu Jun 10 07:51:35 2004
@@ -62,9 +62,9 @@
SlotCalculator(const SlotCalculator &); // DO NOT IMPLEMENT
void operator=(const SlotCalculator &); // DO NOT IMPLEMENT
public:
- SlotCalculator(const Module *M );
+ SlotCalculator(const Module *M);
// Start out in incorp state
- SlotCalculator(const Function *F );
+ SlotCalculator(const Function *F);
/// getSlot - Return the slot number of the specified value in it's type
/// plane. This returns < 0 on error!
More information about the llvm-commits
mailing list