mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Naming conventional tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1cb19a4470
commit
82c25b4964
@ -52,7 +52,7 @@ static int Error(const Twine &Msg) {
|
||||
|
||||
/* *** */
|
||||
|
||||
static int ExecuteInput() {
|
||||
static int executeInput() {
|
||||
// Load the input memory buffer.
|
||||
OwningPtr<MemoryBuffer> InputBuffer;
|
||||
if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFile, InputBuffer))
|
||||
@ -224,7 +224,7 @@ int main(int argc, char **argv) {
|
||||
switch (Action) {
|
||||
default:
|
||||
case AC_Execute:
|
||||
return ExecuteInput();
|
||||
return executeInput();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user