mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
Remove extra space.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d131d1fec
commit
236b7e2142
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user