diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-10 04:29:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-10 04:29:03 +0000 |
commit | 44bd331c225f580e56632b4479239b2e6f688002 (patch) | |
tree | d6dd70b86c4e272b53a6d48a9f7577e91b071674 /lib/Bytecode/Writer/SlotCalculator.h | |
parent | 87dddc5262ee6c85a83d9c25dd9cafc544a6d390 (diff) |
inline hasNullValue, rename some variables, simplify some code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/SlotCalculator.h')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index 10e2e0e96f..8837a6013e 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -122,7 +122,6 @@ private: // slot that it occupies, or -1 if the declaration is to be ignored // because of the IgnoreNamedNodes flag. // - int insertValue(const Value *V); int insertType(const Type *T); // doInsertValue - Small helper function to be called only be insertVal. |