mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Another test commit. Remove trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176113 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d433902628
commit
54932806ac
@ -77,7 +77,7 @@ public:
|
|||||||
void append(in_iter S, in_iter E) {
|
void append(in_iter S, in_iter E) {
|
||||||
SmallVectorImpl<char>::append(S, E);
|
SmallVectorImpl<char>::append(S, E);
|
||||||
}
|
}
|
||||||
|
|
||||||
void append(size_t NumInputs, char Elt) {
|
void append(size_t NumInputs, char Elt) {
|
||||||
SmallVectorImpl<char>::append(NumInputs, Elt);
|
SmallVectorImpl<char>::append(NumInputs, Elt);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user