BitcodeReader: Fix weird whitespace, NFC
llvm-svn: 264822
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
}
|
||||
|
||||
Value *back() const { return ValuePtrs.back(); }
|
||||
void pop_back() { ValuePtrs.pop_back(); }
|
||||
void pop_back() { ValuePtrs.pop_back(); }
|
||||
bool empty() const { return ValuePtrs.empty(); }
|
||||
void shrinkTo(unsigned N) {
|
||||
assert(N <= size() && "Invalid shrinkTo request!");
|
||||
|
||||
Reference in New Issue
Block a user