mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 15:02:16 +00:00
Remove extraneous 'return'.
llvm-svn: 128959
This commit is contained in:
parent
48b39632aa
commit
5530392fa3
@ -47,8 +47,7 @@ public:
|
||||
// the address space/sizes we're compiling on are the same as what we're
|
||||
// compiling for, so it uses pointer types for its addresses. Explicit
|
||||
// casts between them to deal with that.
|
||||
return JMM->endFunctionBody(F, (uint8_t*)FunctionStart,
|
||||
(uint8_t*)FunctionEnd);
|
||||
JMM->endFunctionBody(F, (uint8_t*)FunctionStart, (uint8_t*)FunctionEnd);
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user