From 5ef42370895a4257651579b46d028b7bf903e119 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 11:36:31 +0000 Subject: [PATCH] Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place that needs it after the Type != Value changes (bug 122). llvm-svn: 14605 --- .../llvm/Analysis => lib/Bytecode/Writer}/SlotCalculator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename llvm/{include/llvm/Analysis => lib/Bytecode/Writer}/SlotCalculator.h (98%) diff --git a/llvm/include/llvm/Analysis/SlotCalculator.h b/llvm/lib/Bytecode/Writer/SlotCalculator.h similarity index 98% rename from llvm/include/llvm/Analysis/SlotCalculator.h rename to llvm/lib/Bytecode/Writer/SlotCalculator.h index 923b173a8a50..42f2297c8ea9 100644 --- a/llvm/include/llvm/Analysis/SlotCalculator.h +++ b/llvm/lib/Bytecode/Writer/SlotCalculator.h @@ -62,9 +62,9 @@ class SlotCalculator { 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!