diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-10 12:51:35 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-10 12:51:35 +0000 |
| commit | ffdffe1d76b1f32c4bf2bc92f6229dbefb7ddaa9 (patch) | |
| tree | 1adb6d15241113708b3067e46dee117d6e3afeca | |
| parent | ff35cf92c5d2679e307acc8ca04495752fb450d4 (diff) | |
| download | bcm5719-llvm-ffdffe1d76b1f32c4bf2bc92f6229dbefb7ddaa9.tar.gz bcm5719-llvm-ffdffe1d76b1f32c4bf2bc92f6229dbefb7ddaa9.zip | |
Remove extra space.
llvm-svn: 14117
| -rw-r--r-- | llvm/include/llvm/Analysis/SlotCalculator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/SlotCalculator.h b/llvm/include/llvm/Analysis/SlotCalculator.h index 42f2297c8ea..923b173a8a5 100644 --- a/llvm/include/llvm/Analysis/SlotCalculator.h +++ b/llvm/include/llvm/Analysis/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! |

